ModelRF class

Constructors

ModelRF.new({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})

Properties

alreadyFetched bool
getter/setter pair
displayIcon Icon?
getter/setter pair
displayImage String
getter/setter pair
displayName String?
getter/setter pair
fetchBeforeSignUp bool
getter/setter pair
fetchDependencies List<Object>?
getter/setter pair
fetchDependencyCallback Function?
getter/setter pair
fetchIncludeChild bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialFetch bool
getter/setter pair
model Object?
getter/setter pair
orderFetch String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectFetch String
getter/setter pair
syncable bool
getter/setter pair
syncStatusField String
getter/setter pair
whereFetch String
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