DeviceInfoArgs.fromJson constructor

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

Creates DeviceInfoArgs from a JSON map.

Implementation

factory DeviceInfoArgs.fromJson(Map<String, dynamic> json) => DeviceInfoArgs();