method property Null safety
HTTP method of this request.
Always uppercase. e.g., GET, POST, PUT.
Implementation
String get method => raw.method.toUpperCase();
HTTP method of this request.
Always uppercase. e.g., GET, POST, PUT.
String get method => raw.method.toUpperCase();