CopyWith$Input$ProjectUpdateInput<TRes> class abstract

Properties

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

Methods

call({String? name, String? description, Input$MediaInput? media, Enum$ProjectPrivacyEnum? privacy, List<String>? tags, DateTime? deadline, Enum$ProjectPriorityEnum? priority, Enum$ProjectStatusEnum? status, String? color, String? externalId, Input$PictureInput? picture, List<Input$ProjectMemberInput>? members, List<String>? resources, List<String>? attachments, Input$TargetACIInput? target, String? id}) → TRes
members(Iterable<Input$ProjectMemberInput>? _fn(Iterable<CopyWith$Input$ProjectMemberInput<Input$ProjectMemberInput>>?)) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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