IdentifierFactory class

General ID Factory

Constructors

IdentifierFactory()

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

createIdentifier({String? name, required Address address, String? terminal}) → ID
Create ID
generateIdentifier(Meta meta, int? network, {String? terminal}) → ID
Generate ID
newID(String identifier, {String? name, required Address address, String? terminal}) → ID
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String identifier) → ID?
parseIdentifier(String identifier) → ID?
Parse string object to ID
reduceMemory() int
Call it when received 'UIApplicationDidReceiveMemoryWarningNotification', this will remove 50% of cached objects
toString() String
A string representation of this object.
inherited

Operators

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