Row class

Annotations

Constructors

Row(List<Data?> cells, Spreadsheet spreadsheet)
const

Properties

cells List<Data?>
final
first Cell?
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
spreadsheet Spreadsheet
final
text String
no setter

Methods

boolean(int index) bool
double_(int index) double?
double_or(int index, double defaultValue) double
integer(int index) int?
integer_or(int index, int defaultValue) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
override
previous_row() Row
string(int index) String
string_or(int index, String defaultValue) String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) Cell