method property - HttpRequest class - dart:io library (original) (raw)

description

String getmethod

The method, such as 'GET' or 'POST', for the request.

Implementation

String get method;