SmartphoneRegistration.fromJson constructor

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

Implementation

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