DeserialisationError constructor

DeserialisationError(
  1. Map<String, dynamic> data,
  2. String fieldName,
  3. String className,
  4. String reason,
)

Implementation

DeserialisationError(this.data, this.fieldName, this.className, this.reason);