RemoterMutationData<T> class

Represents class for mutation object

Constructors

RemoterMutationData({required T? data, RemoterStatus status = RemoterStatus.idle, Object? error})
Represents class for mutation object

Properties

data ↔ T?
Represents data given function returns on RemoterStatus.success
getter/setter pair
error Object?
Represents error object if status is RemoterStatus.error
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status RemoterStatus
Represents state of data, default RemoterStatus.idle
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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