Token constructor
Token({})
Implementation
Token({
required this.$id,
required this.$createdAt,
required this.userId,
required this.secret,
required this.expire,
required this.phrase,
});
Token({
required this.$id,
required this.$createdAt,
required this.userId,
required this.secret,
required this.expire,
required this.phrase,
});