InvalidFieldValueException constructor
const
InvalidFieldValueException(})
Implementation
const InvalidFieldValueException(
super.message, {
super.code = 'P2006',
super.originalError,
super.context,
this.field,
this.value,
this.expectedType,
});