- Migrated to null safety.
- Method
firstToLower()
- converts first character in the string to lower case. - Added
innim_lint
analysis ruleset.
- Method
chunks()
- splits string by chunk with defined size.
- Getter
isNullOrEmpty
- returnstrue
if the string isnull
or empty. - Getter
isNotNullNorEmpty
- returnstrue
if the string is notnull
and not empty. - Method
firstToUpper()
- converts first character in the string to upper case.