method property

  1. @BuiltValueField.new(wireName: r'method')
String? get method

Specifies the HTTP method, for example GET or POST.

Implementation

@BuiltValueField(wireName: r'method')
String? get method;