SignInState constructor Null safety
- {FormzStatus status = FormzStatus.pure,
- StudentCode studentCode = const StudentCode.pure(),
- Password password = const Password.pure(),
- SignInFailure? error}
Implementation
const SignInState({
this.status = FormzStatus.pure,
this.studentCode = const StudentCode.pure(),
this.password = const Password.pure(),
this.error,
});