StatusUpdate class

Status update data wrapper

Constructors

StatusUpdate.fromJson(Map<String, dynamic> json)

Properties

category String
Status update category
final
createdAt DateTime
The moment at which the status update was created
final
description String
Status update description
final
hashCode int
The hash code for this object.
no setterinherited
pin bool?
Indicates if the status update pinned
final
project StatusUpdateProject?
Status update project
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String
Status update user
final
userTitle String
Status update user title
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited