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