toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (disabledPolicy != null) 'disabledPolicy': disabledPolicy!,
if (hasUnpublishedChanges != null)
'hasUnpublishedChanges': hasUnpublishedChanges!,
if (state != null) 'state': state!,
};