Method constructor

Method([
  1. void updates(
    1. MethodBuilder
    )
])

Implementation

factory Method([void Function(MethodBuilder) updates]) = _$Method;