DeviceResponse constructor
DeviceResponse({})
Returns a new DeviceResponse instance.
Implementation
DeviceResponse({
required this.createdAt,
this.disabled,
this.disabledReason,
required this.id,
required this.pushProvider,
this.pushProviderName,
required this.userId,
this.voip,
});