throwFieldNotFoundException function

dynamic throwFieldNotFoundException(
  1. Object? key,
  2. String type
)

Implementation

throwFieldNotFoundException(Object? key, String type) => throw FieldNotFoundException(key as String?, type);