Implementation
Map<String, dynamic> toJson() => {
'name': name,
'altNames': altNames,
'website': website,
'ircServer': ircServer,
'discord': discord,
'contactEmail': contactEmail,
'description': description,
'twitter': twitter,
'mangaUpdates': mangaUpdates,
'focussedLanguage': focussedLanguage,
'locked': locked.toString(),
'official': official.toString(),
'inactive': inactive.toString(),
'publishDelay': publishDelay,
'version': version.toString(),
'createdAt': createdAt,
'updatedAt': updatedAt,
};