userName property
Backward-compatible alias for username.
Implementation
@Deprecated('Use username instead')
String get userName => username;
Backward-compatible alias for username.
@Deprecated('Use username instead')
String get userName => username;