toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (ancestorModule != null) 'ancestorModule': ancestorModule!,
  if (cloudProvider != null) 'cloudProvider': cloudProvider!,
  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!,
};