$MethodCall.wrap constructor

$MethodCall.wrap(
  1. MethodCall $value
)

Wrap a MethodCall in a $MethodCall

Implementation

$MethodCall.wrap(this.$value) : _superclass = $Object($value);