RxFieldException<T> constructor
const
RxFieldException<T> ({
- required String error,
- required T fieldValue,
the default constructor, all members are required
Implementation
const RxFieldException({
required this.error,
required this.fieldValue,
});