DeviceInfo.fromJson constructor

DeviceInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DeviceInfo.fromJson(Map<String, dynamic> json) =>
    _$DeviceInfoFromJson(json);