copyWith method

Method$ copyWith({
  1. String? method,
})

Implementation

Method$ copyWith({String? method}) {
  return Method$(method: method ?? this.method);
}