userName property

  1. @Deprecated('Use username instead')
String get userName

Backward-compatible alias for username.

Implementation

@Deprecated('Use username instead')
String get userName => username;