TableCellElement class

Inheritance

Constructors

TableCellElement({required String name, required String elementId, required List<String> elementClasses, required List<StyledElement> children, required Style style, required Element node})

Properties

attributes Map<String, String>
no setterinherited
children List<StyledElement>
getter/setter pairinherited
colspan int
getter/setter pair
element → Element?
no setterinherited
elementClasses List<String>
finalinherited
elementId String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
rowspan int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style Style
getter/setter pairinherited

Methods

matchesSelector(String selector) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited