Input$MaintenanceBoardCardInput class
Constructors
-
Input$MaintenanceBoardCardInput({required String title, String? description, DateTime? dueDate, bool? archived, Enum$BoardCardPriorityEnum? priority, List<
String> ? tags, List<Input$PictureInput> ? pictures, String? project, String? barcode, List<Input$BoardCardTasksInput> ? tasks, List<String> ? labels, int? rank, List<String> ? assignedTo, String? budget, String? customer, List<Input$BoardCardProcedureInput> ? procedure, List<String> ? attachments, required Input$TargetACIInput target}) -
factory
-
Input$MaintenanceBoardCardInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- archived → bool?
-
no setter
-
assignedTo
→ List<
String> ? -
no setter
-
attachments
→ List<
String> ? -
no setter
- barcode → String?
-
no setter
- budget → String?
-
no setter
-
copyWith
→ CopyWith$Input$MaintenanceBoardCardInput<
Input$MaintenanceBoardCardInput> -
no setter
- customer → String?
-
no setter
- description → String?
-
no setter
- dueDate → DateTime?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
labels
→ List<
String> ? -
no setter
-
pictures
→ List<
Input$PictureInput> ? -
no setter
- priority → Enum$BoardCardPriorityEnum?
-
no setter
-
procedure
→ List<
Input$BoardCardProcedureInput> ? -
no setter
- project → String?
-
no setter
- rank → int?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
no setter
- target → Input$TargetACIInput
-
no setter
-
tasks
→ List<
Input$BoardCardTasksInput> ? -
no setter
- title → 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