method property

Implementation

DataRequestMethod get method {
  return DataRequestMethod.values
      .singleWhere((m) => m.toShortString() == httpRequest.split(' ').first);
}