toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (caseSensitive != null) 'caseSensitive': caseSensitive!,
      if (grpcMethod != null) 'grpcMethod': grpcMethod!,
      if (grpcService != null) 'grpcService': grpcService!,
      if (type != null) 'type': type!,
    };