GeneralDocumentFactory class

General Document Factory

Constructors

GeneralDocumentFactory(String docType)

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

createDocument(ID identifier, {String? data, TransportableData? signature}) → Document
Create document with data & signature loaded from local storage Create a new empty document with entity ID only
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseDocument(Map doc) → Document?
Parse map object to entity document
toString() String
A string representation of this object.
inherited

Operators

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