Group class

Inheritance

Constructors

Group({String? name, String? mbox, String? mboxSHA1Sum, String? openID, AgentAccount? account, List<Agent>? members})

Properties

account AgentAccount?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
mbox String?
finalinherited
mboxSHA1Sum String?
finalinherited
members List<Agent>?
final
name String?
finalinherited
openID String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([Version? version]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic>? json) Group?
override