SmartphoneApplicationData.fromJson constructor

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

Implementation

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