HycopUtils class
Constructors
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
-
collectionFromMid(
String mid, String prefix) → String -
dateTimeFromDB(
String src) → DateTime -
dateTimeToDB(
DateTime src) → String -
dateTimeToDisplay(
DateTime src) → String -
genMid(
ExModelType type) → String -
genUuid(
{bool includeBracket = false, bool includeDash = true}) → String -
getClassName(
String mid) → String -
getHycopException(
{dynamic error, required String defaultMessage, int? code}) → HycopException -
hideString(
String org, {int max = 0}) → String -
midToKey(
String mid) → String -
stringToColor(
String? colorStr) → Color -
stringToSha1(
String str) → String