className property
String
get
className
Implementation
String get className => _getAttribute('class') ?? '';
set
className
(String? newValue)
Implementation
set className(String? newValue) {
_setAttribute('class', newValue);
}