password property

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

Present ONLY on POST response when lockally generated the password. Shown once.

Implementation

@BuiltValueField(wireName: r'password')
String? get password;