UnknownMethodTypeException constructor

UnknownMethodTypeException({
  1. required MethodMirror methodMirror,
})

Implementation

UnknownMethodTypeException({required this.methodMirror});