toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (clientStatus != null) 'clientStatus': clientStatus!,
  if (errorState != null) 'errorState': errorState!,
  if (lastUpdated != null) 'lastUpdated': lastUpdated!,
  if (routeConfig != null) 'routeConfig': routeConfig!,
  if (versionInfo != null) 'versionInfo': versionInfo!,
};