ModelRF constructor
ModelRF({
- Object? model,
- String? displayName,
- Icon? displayIcon,
- String displayImage = "assets/images/profile.png",
- bool syncable = true,
- String syncStatusField = 'DataStatus',
- List<
Object> ? fetchDependencies, - bool fetchIncludeChild = true,
- bool initialFetch = false,
- String selectFetch = "",
- String whereFetch = "",
- String orderFetch = "",
- bool fetchBeforeSignUp = false,
- bool alreadyFetched = false,
- Function? fetchDependencyCallback,
Implementation
ModelRF({
this.model,
this.displayName,
this.displayIcon,
this.displayImage = "assets/images/profile.png",
this.syncable = true,
this.syncStatusField = 'DataStatus',
this.fetchDependencies,
this.fetchIncludeChild = true,
this.initialFetch = false,
this.selectFetch = "",
this.whereFetch = "",
this.orderFetch = "",
this.fetchBeforeSignUp = false,
this.alreadyFetched = false,
this.fetchDependencyCallback,
});