menu
erpmc package
documentation
database.dart
$FloorERPDBContext class
$FloorERPDBContext class
dark_mode
light_mode
$FloorERPDBContext
class
Constructors
$FloorERPDBContext
()
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
Static Methods
databaseBuilder
(
String
name
)
→ _$ERPDBContextBuilder
Creates a database builder for a persistent database. Once a database is built, you should keep a reference to it and re-use it.
inMemoryDatabaseBuilder
(
)
→ _$ERPDBContextBuilder
Creates a database builder for an in memory database. Information stored in an in memory database disappears when the process is killed. Once a database is built, you should keep a reference to it and re-use it.
erpmc package
documentation
database
$FloorERPDBContext class
erp_local_database library