FieldData class

Implementers

Constructors

FieldData()
FieldData.field(FieldData fieldData)
FieldData.rawRowData(RawRowData rawRowData, int table_id)
FieldData.wee(int table_id)

Properties

getFieldDataValuesList List<Object?>
no setter
getFieldNameList List<String>
no setter
getFieldStructList List<FieldStruct>
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
setFieldDataValuesList List
no getter
table_id int
getter/setter pair

Methods

addFieldSql(String sql) → void
append(FieldData fieldData, {int? field_table_id}) → void
contains(String fieldName, {int? field_table_id}) bool
get(String fieldName, {int? field_table_id, Object? notFoundValue}) Object?
getRawRowData() RawRowData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String? fieldName, Object? value, {int? field_table_id, Type? targetType}) → void
toJson({bool includeTableName = false}) String
toList() List
toMap({bool fullEnum = false}) Map<String, dynamic>
toString() String
A string representation of this object.
override
wee(int table_id, {FieldData? fieldData, int? field_table_id}) → void

Operators

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