ErrorField constructor

ErrorField(
  1. int id,
  2. String text
)

Implementation

ErrorField(this.id, this.text);