MethodGenerator constructor

MethodGenerator(
  1. MethodElement element,
  2. DartType stateType
)

Implementation

MethodGenerator(this.element, this.stateType)
    : processName = _getProcessName(element),
      originalName = element.name;