FieldNotFoundException constructor

FieldNotFoundException([
  1. String? key,
  2. String? type
])

Implementation

FieldNotFoundException([this.key, this.type]);