FCMToken constructor
FCMToken({
- String? token,
- double? createdAt,
- FCMTokenType? type,
- String? id,
Implementation
FCMToken({
this.token,
this.createdAt,
this.type,
this.id,
});