DeviceInformationSyncResult.fromJson constructor
Alternate constructor that creates a DeviceInformationSyncResult from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory DeviceInformationSyncResult.fromJson(Map<String, dynamic> json) {
return DeviceInformationSyncResultImpl.fromJson(json);
}