ActorFilter class

Filter to use with DataType.createdBy to filter for a Specific ActorFilterableMixin

Inheritance

Constructors

ActorFilter({required String fieldId, required ActorFilterableMixin value})
Creates a Filter that checks if the value in the column of fieldId is equal
const

Properties

fieldId String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
operator → _FieldOperator
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value FilterableMixin
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Creates a Map Object that can be send to the Backend. (Should be json encoded)
inherited
toString() String
A string representation of this object.
inherited

Operators

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