UniqueId class

Generates a unique id:

Example: 2020-10-31 12:03:33.250111*b363c230e15c

Inheritance
Implementers

Constructors

UniqueId(String id)
UniqueId.fromJson(Map<String, dynamic> map, {String? key})
Returns a valid UniqueId object.
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({String? key}) Map<String, String>
toString() String
Returns the object's valid value as a String
inherited

Operators

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

Static Properties

key String
Default value: id
getter/setter pair