Key constructor
Key({})
Implementation
Key({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.name,
required this.secret,
required this.expire,
required this.platforms,
required this.userId,
required this.teamId,
required this.key,
required this.registration,
});