toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (deploymentPlatform != null) 'deploymentPlatform': deploymentPlatform!,
  if (displayName != null) 'displayName': displayName!,
  if (domain != null) 'domain': domain!,
  if (library != null) 'library': library!,
  if (location != null) 'location': location!,
  if (name != null) 'name': name!,
  if (publisher != null) 'publisher': publisher!,
};