ExcelDataRow class

Represents the data cell for importing data.

The data for each row can be passed as the cells argument to the constructor of each ExcelDataRow object.

Constructors

ExcelDataRow({required List<ExcelDataCell> cells})
Create an instand for ExcelDataRow.
const

Properties

cells List<ExcelDataCell>
Returns the collection of ExcelDataCell which is created for ExcelDataRow.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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