StringParser class final
Used to format string case
/!\ Can't format string contains less than 2 chars
Constructors
- StringParser.fromCamel(String _input)
- StringParser.fromPascal(String _input)
- StringParser.fromSnake(String _input)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited