UnknownConstructorTypeException constructor

UnknownConstructorTypeException({
  1. required MethodMirror methodMirror,
})

Implementation

UnknownConstructorTypeException({required this.methodMirror});