SqliteData class

SqliteData has all data like tables

databaseName , version and other

Constructors

SqliteData({required List<EFTable<IModel>> tables, required String databaseName, int version = 1, bool enableLog = true, bool enableSaveLogs = true})

Properties

databaseName String
databaseName is a property for databaseName
getter/setter pair
enableLog bool
enableLog is a property for logs so this property to write all proccess in console the default value is true
getter/setter pair
enableSaveLogs bool
enableSaveLogs is a property for logs
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
tables List<EFTable<IModel>>
tables is a property has all tables
getter/setter pair
version int
version is a property for version the default value is 1
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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