ExcelRow class

Contains the information of each row list cell contain all main cells list sub row contain all sub rows

Constructors

ExcelRow({required List<ExcelCell> listCell, List<ExcelRow>? listSubRow, bool showSubRow = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
listCell List<ExcelCell>
getter/setter pair
listSubRow List<ExcelRow>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSubRow bool
getter/setter pair

Methods

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