ConverterHelper class

Constructors

ConverterHelper()

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

colorToHex(Color color) String
dateFormatYmd(String? dateInput) DateTime?
dateFormatYmdOnly(DateTime? date) DateTime?
hexToColor(String? code) Color
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numberFormat(int number) String
stringFormatDmy(DateTime? date, [String? stringLocale]) String?
stringFormatDmyHeader(DateTime? date, [String? stringLocale]) String?
stringFormatDmyHhMmA(DateTime? date, [String? stringLocale]) String?
stringFormatYmd(String? date) String?
toString() String
A string representation of this object.
inherited

Operators

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