RawTableData class

Constructors

RawTableData(int table_id, List<List<Object?>> _table, List<String> fieldNamesList)

Properties

hashCode int
The hash code for this object.
no setterinherited
rowCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table_id int
getter/setter pair

Methods

getRawField(int rowNum, int colNum) Object?
getRawFieldByFieldName(int rowNum, String fieldName) Object?
getRawRowData(int rowNum) RawRowData
getRawRows() List<RawRowData>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

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