BuiltValueMissingGenericsError constructor

BuiltValueMissingGenericsError(
  1. String type,
  2. String parameter
)

Implementation

BuiltValueMissingGenericsError(this.type, this.parameter);