SchemaConfig<TKey> class

A schema config containing entries and lookup.

Constructors

SchemaConfig({required BuiltMap<TKey, DocumentNode> entries, required String lookupPath(TKey)})
Self explainatory

Properties

entries → BuiltMap<TKey, DocumentNode>
Entries mapped from a key to the DocumentNode
final
hashCode int
The hash code for this object.
no setterinherited
lookupPath String Function(TKey)
A method to lookup a path from the key.
final
mainKey → TKey
no setter
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