toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (ancestorModule != null) 'ancestorModule': ancestorModule!,
if (customConfig != null) 'customConfig': customConfig!,
if (displayName != null) 'displayName': displayName!,
if (enablementState != null) 'enablementState': enablementState!,
if (lastEditor != null) 'lastEditor': lastEditor!,
if (name != null) 'name': name!,
if (updateTime != null) 'updateTime': updateTime!,
};