FieldParseJsonException<T> constructor
FieldParseJsonException<T> (
- String field
Implementation
FieldParseJsonException(this.field)
: super("failed to parse field '$field' as type ${(T).toString()}");