RegisterMobileDeviceResponse constructor

const RegisterMobileDeviceResponse({
  1. required String deviceId,
})

Implementation

const RegisterMobileDeviceResponse({required this.deviceId});