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