getRequestModel method

RequestModel? getRequestModel(
  1. RequestOptions options
)

Implementation

RequestModel? getRequestModel(RequestOptions options) {
  if (!isLogEnabled) return null;
  return mapRequestOptions[options];
}