void cvAssert(bool condition, [String? msg]) { if (!condition) throw CvdException(msg ?? 'Assertion failed'); }