FCMToken constructor

FCMToken({
  1. String? token,
  2. double? createdAt,
  3. FCMTokenType? type,
  4. String? id,
})

Implementation

FCMToken({
  this.token,
  this.createdAt,
  this.type,
  this.id,
});