method property
String
get
method
Provides access to the HTTP method (e.g., GET, POST) used in the request.
Implementation
String get method => _rq.method;
Provides access to the HTTP method (e.g., GET, POST) used in the request.
String get method => _rq.method;