String? get className { return _classList?.join(' '); }
set className(String? className) { classList = toClassList(className); }