method property

Implementation

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