DeviceCloudIdentity.fromJson constructor
DeviceCloudIdentity.fromJson(
- String source
Implementation
factory DeviceCloudIdentity.fromJson(String source) =>
DeviceCloudIdentity.fromMap(json.decode(source));