copyWith method
Implementation
CheckAuthenticationPassword copyWith({
String? password,
}) => CheckAuthenticationPassword(
password: password ?? this.password,
);
CheckAuthenticationPassword copyWith({
String? password,
}) => CheckAuthenticationPassword(
password: password ?? this.password,
);