Input$BoardCardStatsFilterInput class

Constructors

Input$BoardCardStatsFilterInput({bool? archived, List<String>? boardList, List<String>? project, List<String>? barcode, List<String>? assignedTo, List<String>? customer, List<Enum$BoardCardProcedureEnum>? procedure, List<Enum$BoardCardPriorityEnum>? priority, DateTime? from, DateTime? to})
factory
Input$BoardCardStatsFilterInput.fromJson(Map<String, dynamic> data)
factory

Properties

archived bool?
no setter
assignedTo List<String>?
no setter
barcode List<String>?
no setter
boardList List<String>?
no setter
copyWith CopyWith$Input$BoardCardStatsFilterInput<Input$BoardCardStatsFilterInput>
no setter
customer List<String>?
no setter
from DateTime?
no setter
hashCode int
The hash code for this object.
no setteroverride
priority List<Enum$BoardCardPriorityEnum>?
no setter
procedure List<Enum$BoardCardProcedureEnum>?
no setter
project List<String>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to DateTime?
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