Input$QuestsFilterInput class

Constructors

Input$QuestsFilterInput({List<Enum$QuestStatusEnum>? status, List<String>? users, Input$TimeFromToInput? createdAt, Input$TimeFromToInput? dueDate, Input$TimeFromToInput? startDate})
factory
Input$QuestsFilterInput.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$QuestsFilterInput<Input$QuestsFilterInput>
no setter
createdAt Input$TimeFromToInput?
no setter
dueDate Input$TimeFromToInput?
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate Input$TimeFromToInput?
no setter
status List<Enum$QuestStatusEnum>?
no setter
users List<String>?
no setter

Methods

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

Operators

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