Static Methods
-
makeKey(
String id) → dynamic
Constructors
- Peer()
- Peer.fromLine(List<String> keys, String line, [String seperator = '|'])
Properties
- callgroup → String
-
read-only
- contact → String
-
read / write
- context → String
-
read-only
- domain → String
-
read-only
- effectiveCallerIdName → String
-
read-only
- effectiveCallerIdNumber → String
-
read-only
- groups → List<String>
-
read-only
- hashCode → int
-
read-only
- ID → String
-
Getters
read / write - id → String
-
read / write
- key → String
-
read-only
- lastSeen → DateTime
-
read-only
- registered → bool
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
Object other) → bool -
Determine if two Peer objects are identical.…
Methods
-
mergeGroups(
Peer other) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
register(
String contact) → void -
toJson(
) → Map -
toString(
) → String -
Returns a string representation of this object.
-
unregister(
) → void