UserMessagingModel constructor
UserMessagingModel({})
Implementation
UserMessagingModel({
this.uid,
this.snapshot,
this.userId,
this.createdAt,
this.updatedAt,
this.fcmTokens,
});
UserMessagingModel({
this.uid,
this.snapshot,
this.userId,
this.createdAt,
this.updatedAt,
this.fcmTokens,
});