toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (mutationKey != null) 'mutationKey': mutationKey!,
if (options != null) 'options': options!,
if (requestOptions != null) 'requestOptions': requestOptions!,
};