LogSchema constructor
LogSchema({})
Returns a new LogSchema instance.
Implementation
LogSchema({
required this.character,
required this.account,
required this.type,
required this.description,
required this.content,
required this.cooldown,
this.cooldownExpiration,
required this.createdAt,
});