FieldParseJsonException<T> constructor

FieldParseJsonException<T>(
  1. String field
)

Implementation

FieldParseJsonException(this.field)
    : super("failed to parse field '$field' as type ${(T).toString()}");