MethodCall constructor

MethodCall({
  1. required MethodDescriptor method,
})

Implementation

MethodCall({required this.method});