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
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