Converter class

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

asString(List<String> list) String
modify() String
toCountingNumber(List? list) int
toCountingState(int current, int total, [String separator = "/"]) String
toCountingText(List? list) String
toCountingWithPlus(int size, int limit) String
toDigitWithLetter(String? value) String
toDigitWithPlus(String? value) String
toDouble(dynamic value) double
toInt(dynamic value) int
toKMB(int counter, String singularName, String pluralName, [Counter counterType = Counter.kmb]) String
toKMBFromList(List list, String singularName, String pluralName, [Counter counterType = Counter.kmb]) String
toLetter(String? value) String
toList<T>({List? list, String? value, String regex = ","}) List<T>
toMail(String prefix, String suffix, [String type = "com"]) String?
toNumeric(String? value, [bool onlyDigit = false]) String
toPathSegments(String path) List<String>
toReversedList<T>(List<T> list) List<T>
toSet<T>(List<T> list) Set<T>?
toUri(String url) Uri
toUserName(String name, {List<String>? regexList, List<String>? replacements}) String
toValue<T>(dynamic value) → T?