CopyWith$Input$MaintenanceBoardCardInput<TRes> class abstract

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target CopyWith$Input$TargetACIInput<TRes>
no setter

Methods

call({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, Input$TargetACIInput? target}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pictures(Iterable<Input$PictureInput>? _fn(Iterable<CopyWith$Input$PictureInput<Input$PictureInput>>?)) → TRes
procedure(Iterable<Input$BoardCardProcedureInput>? _fn(Iterable<CopyWith$Input$BoardCardProcedureInput<Input$BoardCardProcedureInput>>?)) → TRes
tasks(Iterable<Input$BoardCardTasksInput>? _fn(Iterable<CopyWith$Input$BoardCardTasksInput<Input$BoardCardTasksInput>>?)) → TRes
toString() String
A string representation of this object.
inherited

Operators

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