ClientDeviceFeatureInputInfo.fromJson constructor

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

Implementation

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