toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final caseSensitive = this.caseSensitive;
  final grpcMethod = this.grpcMethod;
  final grpcService = this.grpcService;
  final type = this.type;
  return {
    'caseSensitive': ?caseSensitive,
    'grpcMethod': ?grpcMethod,
    'grpcService': ?grpcService,
    'type': ?type,
  };
}