method property - HttpRequest class - dart:io library (original) (raw)
String getmethod
The method, such as 'GET' or 'POST', for the request.
Implementation
String get method;
String getmethod
The method, such as 'GET' or 'POST', for the request.
String get method;