method property
Specifies the HTTP method, for example GET or POST.
Implementation
@BuiltValueField(wireName: r'method')
String? get method;
Specifies the HTTP method, for example GET or POST.
@BuiltValueField(wireName: r'method')
String? get method;