SmartphoneDeviceRegistration.fromJson constructor

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

Implementation

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