BuiltValueNullFieldError constructor

BuiltValueNullFieldError(
  1. String type,
  2. String field
)

Implementation

BuiltValueNullFieldError(this.type, this.field);