Model class
Everything the connection knows.
Constructors
-
Model({required LocalUser me, required Map<
CaseFolded, Channel> channels, required Map<CaseFolded, Conversation> conversations, required Map<CaseFolded, Person> people, required Map<CaseFolded, Whois> whois, required int retention, required int next_seq}) -
const
-
Model.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
channels
→ Map<
CaseFolded, Channel> -
final
-
conversations
→ Map<
CaseFolded, Conversation> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- me → LocalUser
-
Who we are.
final
- next_seq → int
-
final
-
people
→ Map<
CaseFolded, Person> -
final
- retention → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
whois
→ Map<
CaseFolded, Whois> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited