MACAddressDeviceRegistration.fromJson constructor

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

Implementation

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