copyWith method

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

Implementation

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