Tbody constructor
Tbody({})
Implementation
Tbody({
this.rows = const [],
super.id,
super.className,
super.style,
super.attributes,
super.tag = 'tbody',
});
Tbody({
this.rows = const [],
super.id,
super.className,
super.style,
super.attributes,
super.tag = 'tbody',
});