Sibling class

Constructors

Sibling(int id, String userId, DateTime received, bool? pending, bool? fyi, bool? escalated, bool? estimate, DateTime? replied, String? action, String? role)
Sibling.fromJson(Map<String, dynamic> json)
factory

Properties

action String?
final
escalated bool?
final
estimate bool?
final
fyi bool?
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
pending bool?
final
received DateTime
final
replied DateTime?
final
role String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
final

Methods

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

Operators

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