password property

String? get password

Property getter and setter for password:

Implementation

String? get password;
set password (String? password)

Implementation

set password(String? password);