toJson method
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!,
};