ProjectDetails class
Details about a project.
Constructors
- ProjectDetails({AvatarUrlsBean? avatarUrls, String? id, String? key, String? name, UpdatedProjectCategory? projectCategory, ProjectDetailsProjectTypeKey? projectTypeKey, String? self, bool? simplified})
-
ProjectDetails.fromJson(Map<
String, Object?> json) -
factory
Properties
- avatarUrls → AvatarUrlsBean?
-
The URLs of the project's avatars.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the project.
final
- key → String?
-
The key of the project.
final
- name → String?
-
The name of the project.
final
- projectCategory → UpdatedProjectCategory?
-
The category the project belongs to.
final
- projectTypeKey → ProjectDetailsProjectTypeKey?
-
The
project type
of the project.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → String?
-
The URL of the project details.
final
- simplified → bool
-
Whether or not the project is simplified.
final
Methods
-
copyWith(
{AvatarUrlsBean? avatarUrls, String? id, String? key, String? name, UpdatedProjectCategory? projectCategory, ProjectDetailsProjectTypeKey? projectTypeKey, String? self, bool? simplified}) → ProjectDetails -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited