DeviceRatio.fromJson constructor

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

Implementation

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