@JsonSerializable(includeIfNull: false) const factory Tnc({ required String id, required bool accepted, required int accepted_at, }) = _Tnc;