menu
forms_bloc package
documentation
field/base/forms_field_cubit.dart
FormsFieldCubitBase<T, State extends FormsFieldState<T>>
isValue method
isValue method
dark_mode
light_mode
isValue
method
bool
isValue
(
T
value
)
Implementation
bool isValue(T value) => this.value == value;
forms_bloc package
documentation
field/base/forms_field_cubit
FormsFieldCubitBase<T, State extends FormsFieldState<T>>
isValue method
FormsFieldCubitBase class