ModelParsingException constructor
ModelParsingException({})
Creates a new ModelParsingException.
Implementation
ModelParsingException({
required this.modelName,
this.fieldName,
this.expectedType,
this.receivedValue,
this.index,
});