ProjectType class

Details about a project type.

Constructors

ProjectType({String? color, String? descriptionI18nKey, String? formattedKey, String? icon, String? key})
ProjectType.fromJson(Map<String, Object?> json)
factory

Properties

color String?
The color of the project type.
final
descriptionI18nKey String?
The key of the project type's description.
final
formattedKey String?
The formatted key of the project type.
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
The icon of the project type.
final
key String?
The key of the project type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? color, String? descriptionI18nKey, String? formattedKey, String? icon, String? key}) ProjectType
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