Lazy Load
class AppConfig {
. . .
// if you place data more than 200 items please set TRUE
static const bool LAZY_LOAD = false;
}Last updated
class AppConfig {
. . .
// if you place data more than 200 items please set TRUE
static const bool LAZY_LOAD = false;
}Last updated