method property
override
The method of the request.
Implementation
@override
String get method => (super.noSuchMethod(
Invocation.getter(#method),
returnValue: _i5.dummyValue<String>(
this,
Invocation.getter(#method),
),
) as String);