username property

  1. @BuiltValueField.new(wireName: r'username')
String get username

The user's email address that will be their username. Must be the same as the one in the email field.

Implementation

@BuiltValueField(wireName: r'username')
String get username;