method property

String? method
final

The method of this request, can be a HTTP method or something else that describes your request (eg in websockets)

Implementation

final String? method;