toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allowMissing != null) 'allowMissing': allowMissing!,
if (inventory != null) 'inventory': inventory!,
if (setMask != null) 'setMask': setMask!,
if (setTime != null) 'setTime': setTime!,
};