-
appendClassContent(String className, String value)
→ String
-
Available on String,
provided by the StringExt extension
Append the content of dart class
-
insert(int index, String value)
→ String
-
Available on String,
provided by the StringExt extension
-
removeAll(String value)
→ String
-
Available on String,
provided by the StringExt extension
Removes all characters.
-
trArgs([List<String?> args = const []])
→ String
-
Available on String,
provided by the StringExt extension
-
trArgsPlural([String? plural, int i = 0, List<String> args = const []])
→ String?
-
Available on String,
provided by the StringExt extension