PWUtils class

Constructors

PWUtils()

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 Properties

isDesktop → dynamic
no setter

Static Methods

copyToClipboard(String text) → dynamic
decrypt(String senha) → dynamic
encrypt(String senha) → dynamic
formatCurrency(double money) String
formatDateSped(String? date) → dynamic
getDate(DateTime date) String
getDateFromString(String? valor) → dynamic
getDateTime(DateTime date) String
getMoney(double money) String
getTime(DateTime date) String
isDouble(String value) bool
isInt(String value) bool
isNumber(String value) bool
stringToDouble(String money) double
translate(String key, Map<String, String> traducoes) String