toJson method

Map<String, dynamic> toJson()

Implementation

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