copyWithWrapped method

Method$ copyWithWrapped({
  1. Wrapped<String?>? method,
})

Implementation

Method$ copyWithWrapped({Wrapped<String?>? method}) {
  return Method$(method: (method != null ? method.value : this.method));
}