Map<String, Object?> toDbJson({List<String> excepts = const []}) { final json = toJson(excepts: excepts); json["peerOnline"] = peerOnline ? 1 : 0; return json; }