RegisterDevice.fromJson constructor

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

Implementation

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