username property
String?
get
username
Implementation
String? get username =>
(attributes['username'] ?? attributes['user'])?.toString();
String? get username =>
(attributes['username'] ?? attributes['user'])?.toString();