AbstractCactusModel<TCreateInput, TCreateResult, TUpdateInput, TUpdateResult, TRemoveInput, TRemoveResult, TGetResult, TFindInput, TFindResult> class abstract

Abstract Model class to insure consistency in CUDGF

Implementers

Constructors

AbstractCactusModel()

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

create({required TCreateInput variableValues, QueryGql? queryGql, bool notifyListeners = true}) Future<GraphqlResult<TCreateResult>>
find({required TFindInput variableValues, QueryGql? queryGql, bool notifyListeners = true}) Future<GraphqlResult<TFindResult>>
get({required RecordedModel variableValues, QueryGql? queryGql, bool notifyListeners = true}) Future<GraphqlResult<TGetResult>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove({required TRemoveInput variableValues, QueryGql? queryGql, bool notifyListeners = true}) Future<GraphqlResult<TRemoveResult>>
toString() String
A string representation of this object.
inherited
update({required TUpdateInput variableValues, QueryGql? queryGql, bool notifyListeners = true}) Future<GraphqlResult<TUpdateResult>>

Operators

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