OrgTableRow class

A table rows is either constituted of a vertical bar and any number of table cells or a vertical bar followed by a hyphen.

Implemented types
Annotations
  • @JsonSerializable()

Constructors

OrgTableRow({int? contentsBegin, int? contentsEnd, required List<OrgTableCell> children, required OrgRowType rowType})
OrgTableRow.fromJson(Map<String, dynamic> json)
factory

Properties

children List<OrgTableCell>
A list representing the children of a Node.
getter/setter pairoverride-getter
contentsBegin int?
finalinherited
contentsEnd int?
finalinherited
data Data?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
position Position?
finalinherited
rowType OrgRowType
In the first case the table row has the “standard” type. In the second case, it has the “rule” type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
A representation of the variant of a node.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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