httpMethod property

  1. @override
HttpMethod get httpMethod
override

The HTTP method for this request.

Implementation

@override
HttpMethod get httpMethod => HttpMethod.put;