SqliteTableInfo class
Constructors
-
SqliteTableInfo(Map<
String, dynamic> model)
Properties
- cid → int
-
no setter
- dflt_value → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
model
↔ Map<
String, dynamic> -
getter/setter pairinherited
- name → String
-
no setter
- notnull → bool
-
no setter
- pk → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
no setter
Methods
-
get<
T> (String key) → T? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set<
T> (String key, T? value) → void -
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String key) → dynamic -
inherited
-
operator []=(
String key, dynamic value) → void -
inherited