HuaweiPushToken constructor

const HuaweiPushToken({
  1. required String token,
  2. required int timestamp,
  3. String? tokenType,
})

Implementation

const HuaweiPushToken({
  required this.token,
  required this.timestamp,
  this.tokenType,
});