Input$ProjectInput class
Constructors
-
Input$ProjectInput({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}) -
factory
-
Input$ProjectInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
-
attachments
→ List<
String> ? -
no setter
- color → String?
-
no setter
-
copyWith
→ CopyWith$Input$ProjectInput<
Input$ProjectInput> -
no setter
- deadline → DateTime?
-
no setter
- description → String?
-
no setter
- externalId → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- media → Input$MediaInput?
-
no setter
-
members
→ List<
Input$ProjectMemberInput> ? -
no setter
- name → String?
-
no setter
- picture → Input$PictureInput?
-
no setter
- priority → Enum$ProjectPriorityEnum?
-
no setter
- privacy → Enum$ProjectPrivacyEnum?
-
no setter
-
resources
→ List<
String> ? -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → Enum$ProjectStatusEnum?
-
no setter
-
no setter
- target → Input$TargetACIInput?
-
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