toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final requestId = this.requestId;
  final spokeEtag = this.spokeEtag;
  final spokeUri = this.spokeUri;
  return {
    'requestId': ?requestId,
    'spokeEtag': ?spokeEtag,
    'spokeUri': ?spokeUri,
  };
}