RawRowData class

Constructors

RawRowData(int table_id)
RawRowData.sep(int table_id, List<Object?> _row, Map<String, int> _fieldNamesMap)

Properties

fieldNames List<String>
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
table_id int
getter/setter pair

Methods

addField(String? fieldName, Object? value) → void
append(RawRowData rawRowData) → void
contains(String fieldName) bool
get(String fieldName, Object? notFoundValue) Object?
getField(int colNum) Object?
getFieldData({int? field_table_id}) FieldData
getRawRowDataMap() Map<String, Object?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String fieldName, Object? fieldValue) → void
toJson() String
toString() String
A string representation of this object.
override

Operators

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