GeneralAccountHelper class abstract interface

General account helper interface for common account system utilities.

Combines utility methods for parsing account component metadata (type extraction, ID resolution) and acts as a unified interface for core account helpers.

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

getDocumentID(Map doc) ID?
Resolves the entity ID associated with a raw Document map.
getDocumentType(Map doc, [String? defaultValue]) String?
Extracts the document type from a raw Document map.
getMetaType(Map meta, [String? defaultValue]) String?
Extracts the metadata type from a raw Meta map.
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