farmershands
settings_screen_vm
SettingsScreenVM
setJson method
setJson
setJson
method
Null safety
void
setJson
(
String
key
,
Map
<
String
,
dynamic
>
value
)
Implementation
void setJson(String key, Map<String, dynamic> value) { _prefs.setString(key, json.encode(value)); }
farmershands
settings_screen_vm
SettingsScreenVM
setJson method
SettingsScreenVM class
Constructors
SettingsScreenVM
Properties
farm
gatewayRefreshController
hashCode
hasListeners
healthDoubtTotalNotification
needCheckTotalNotification
oddActionTotalNotification
qnaTotalNotification
remoteVersion
runtimeType
sensorRefreshController
userPreference
Methods
addListener
dispose
getJson
healthDoubtItemNotification
init
needCheckItemNotification
noSuchMethod
notifyListeners
oddActionItemNotification
removeListener
setJson
toggleItemNotification
toggleTotalNotification
toString
Operators
operator ==