hash property

String hash

Implementation

String get hash => jsonEncode({
  fieldRoute: route,
  fieldQuery: query,
  AbstractRequestCli.fieldRequestType: requestType.toString().split('.').last,
});