toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accessControl != null) 'accessControl': accessControl!,
  if (finalProperties != null) 'finalProperties': finalProperties!,
  if (id != null) 'id': id!,
  if (insertTime != null) 'insertTime': insertTime!,
  if (manifest != null) 'manifest': manifest!,
  if (name != null) 'name': name!,
  if (properties != null) 'properties': properties!,
  if (type != null) 'type': type!,
  if (update != null) 'update': update!,
  if (updateTime != null) 'updateTime': updateTime!,
  if (url != null) 'url': url!,
  if (warnings != null) 'warnings': warnings!,
};