BrickworksApiQuery class

Constructors

BrickworksApiQuery.byRecordId({required String schemaSlug, required String recordId, Map<String, Object>? context, Map<String, Object>? fieldContext})
factory
BrickworksApiQuery.byRecordSlug({required String schemaSlug, required String recordSlug, Map<String, Object>? context, Map<String, Object>? fieldContext})
factory

Properties

context Map<String, Object>?
getter/setter pair
fieldContext Map<String, Object>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
recordId String?
final
recordSlug String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaSlug String
final

Methods

asMap() Map
Map asMap() is a method that returns a Map object containing the properties of the BrickworksApiQuery class as key-value pairs.
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