SharedPreferencesTableData class

Implemented types

Constructors

SharedPreferencesTableData(String? _tableName, SharedPreferences _preferences)

Properties

columnDataType Map<String, ColumnDataType>
getter/setter pair
columns List<SharedPreferencesColumnData>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tableName() String
if it is sqlite the table name or if it is hive the box name or objectdb the name
override
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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