menu
extension_utils package
documentation
string_utils.dart
StringUtils
prepend method
prepend method
dark_mode
light_mode
prepend
method
String
prepend
(
String
other
)
Prepends
other
to this string.
Implementation
String prepend(String other) => '$other$this';
extension_utils package
documentation
string_utils
StringUtils
prepend method
StringUtils extension on
String