StatusUpdate class
A class representing a status update.
Constructors
-
StatusUpdate.fromJson(Map<
String, dynamic> json) - Constructs a StatusUpdate instance from a JSON map.
Properties
- category → String
-
The category of the status update.
final
- createdAt → DateTime
-
The date and time when the status update was created.
final
- description → String
-
A brief description of the status update.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pin → bool?
-
Indicates whether the status update is pinned.
final
- project → StatusUpdateProject?
-
The project associated with the status update.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- user → String
-
The user who made the status update.
final
- userTitle → String
-
The title of the user who made the status update.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the status update.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited