DeviceToken constructor

const DeviceToken({
  1. ApnsDeviceToken? apns,
  2. ApnsVoipDeviceToken? voip,
  3. FcmRegistrationToken? fcm,
})

Implementation

const DeviceToken({this.apns, this.voip, this.fcm});