password property

String? get password

Implementation

String? get password => attributes['password'];
set password (String? value)

Implementation

set password(String? value) => attributes['password'] = value;