method property

String method

Standard HTTP method.

Implementation

String get method => _wrapped.method;
void method=(String v)

Implementation

set method(String v) {
  _wrapped.method = v;
}