DeviceCloudIdentity.fromJson constructor

DeviceCloudIdentity.fromJson(
  1. String source
)

Implementation

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