Transform class

Constructors

Transform()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

conjuctionJoin(List<String> list, {String separator = ', ', String last = ' or '}) String
Concates a list by inserting separator between each item in the list, except for the last separator where last is used instead.
reverse(String? string) String
reverse
toEscape(String? string, {String encode(int charCode)?}) String
toEscape
toPrintable(String? string) String
Returns an unescaped printable string.
toUnicode(int? charCode) String
toUnicode