MethodIsNotConstructorException constructor

MethodIsNotConstructorException({
  1. required MethodMirror methodMirror,
})

Implementation

MethodIsNotConstructorException({required this.methodMirror});