
committed by
Tobias Bosch

parent
92f1af86d8
commit
331a051e75
@ -88,6 +88,8 @@ class StringWrapper {
|
||||
static bool contains(String s, String substr) {
|
||||
return s.contains(substr);
|
||||
}
|
||||
|
||||
static bool isString(s) => s is String;
|
||||
}
|
||||
|
||||
class StringJoiner {
|
||||
|
Reference in New Issue
Block a user