ConfigurationMixin mixin

Superclass Constraints
Mixin Applications

Properties

configuration_name ConfigurationNameEnum?
getter/setter pair
defaults ConfigurationNameDefaults?
getter/setter pair
getFieldDataValuesList List<Object?>
no setterinherited
getFieldNameList List<String>
no setterinherited
getFieldStructList List<FieldStruct>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
ordinal int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setFieldDataValuesList List
no getterinherited
subset int?
getter/setter pair
table_id int
getter/setter pairinherited
value_number int?
getter/setter pair
value_string String?
getter/setter pair
warden WardenType?
getter/setter pair

Methods

addFieldSql(String sql) → void
inherited
append(FieldData fieldData, {int? field_table_id}) → void
inherited
contains(String fieldName, {int? field_table_id}) bool
inherited
get(String fieldName, {int? field_table_id, Object? notFoundValue}) Object?
inherited
getRawRowData() RawRowData
inherited
listToFieldData(List list) FieldData
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
inherited
toJson({bool includeTableName = false}) String
inherited
toList() List
inherited
toMap({bool fullEnum = false}) Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
wee(int table_id, {FieldData? fieldData, int? field_table_id}) → void
inherited

Operators

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

Static Properties

min_id_for_user int
no setter

Constants

C_TABLE_ID → const int
fieldNames → const List<String>