CopyWith$Input$ProjectUpdateInput<TRes> class
abstract
Constructors
- CopyWith$Input$ProjectUpdateInput(Input$ProjectUpdateInput instance, TRes then(Input$ProjectUpdateInput))
-
factory
- CopyWith$Input$ProjectUpdateInput.stub(TRes res)
-
factory
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< ?)) → TResInput$ProjectMemberInput> > -
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