methods constant

Map<RequestType, String> const methods

Implementation

static const methods = <RequestType, String>{
  RequestType.get: 'GET',
};