isEmpty property
bool
get
isEmpty
Whether or not this user object is empty.
Implementation
bool get isEmpty =>
rawIdFromEndpoint == null && rawIdFromMdns == null && ipAddress.isEmpty;
Whether or not this user object is empty.
bool get isEmpty =>
rawIdFromEndpoint == null && rawIdFromMdns == null && ipAddress.isEmpty;