capabilitiesResponse property Null safety

GetCapabilitiesResponse? capabilitiesResponse
@JsonKey(name: 'GetCapabilitiesResponse'), final

This operation has been replaced by the more generic GetServices method. For capabilities of individual services refer to the DeviceManagement.getServiceCapabilities methods.

Implementation

@JsonKey(name: 'GetCapabilitiesResponse')
final GetCapabilitiesResponse? capabilitiesResponse;