StringTransform class

Implemented types

Constructors

StringTransform({bool capitalize = false, bool capitalizeFirst = false, bool withoutGarbage = false, bool removeSpace = false, String fallback = ""})

Properties

capitalize bool
final
capitalizeFirst bool
final
fallback String
final
hashCode int
The hash code for this object.
no setterinherited
removeSpace bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
withoutGarbage bool
final

Methods

fromJson(dynamic value) String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(String? value) String
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited