method property Null safety
The method of the request.
Throws HttpProfileRequestError is hasError
is true
.
Implementation
String get method => _returnIfNoError(_method);
The method of the request.
Throws HttpProfileRequestError is hasError
is true
.
String get method => _returnIfNoError(_method);