StatusUpdateProject class
A class representing the status update project data.
Constructors
-
StatusUpdateProject.fromJson(Map<
String, dynamic> json) - Constructs a StatusUpdateProject instance from a JSON map.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The identifier of the project.
final
- image → ImageInfo?
-
The image associated with the project, if available.
final
- name → String
-
The name of the project.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol → String?
-
The symbol of the project, if available.
final
- type → String
-
The type of the project.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the StatusUpdateProject instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited