username property

  1. @Deprecated('Use account instead. Will be removed in v2.0.0.')
String get username

Deprecated getter for backward compatibility.

Implementation

@Deprecated('Use account instead. Will be removed in v2.0.0.')
String get username => account;