id property
String
get
id
The full qualified SDN ID in the format @username:server.abc.
Implementation
String get id => stateKey ?? '@unknown:unknown';
The full qualified SDN ID in the format @username:server.abc.
String get id => stateKey ?? '@unknown:unknown';