toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (enableListInference != null)
'enableListInference': enableListInference!,
if (enumAsString != null) 'enumAsString': enumAsString!,
if (mapTargetType != null) 'mapTargetType': mapTargetType!,
};