PushTokenInfo constructor

PushTokenInfo(
  1. String userId,
  2. String deviceId,
  3. PushType pushType,
  4. String pushToken,
  5. DateTime createdAt,
  6. DateTime updatedAt,
)

Implementation

PushTokenInfo(this.userId, this.deviceId, this.pushType, this.pushToken,
    this.createdAt, this.updatedAt);