ExternalId class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addedAt() int
get time when the homeserver associated the third party identifier with the user
address() String
get address of 3pid
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
medium() String
get medium of 3pid one of email, msisdn
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validatedAt() int
get time when the identifier was validated by the identity server

Operators

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