currentPassword property
inherited
Implementation
@override
String get currentPassword {
_$currentPasswordAtom.reportRead();
return super.currentPassword;
}
inherited
Implementation
@override
set currentPassword(String value) {
_$currentPasswordAtom.reportWrite(value, super.currentPassword, () {
super.currentPassword = value;
});
}