farmershands
farm_loading_screen_vm
FarmLoadingScreenVM
greeting property
greeting
greeting
property
Null safety
String
greeting
Implementation
String get greeting { return _currentFarm != null ? _currentFarm!.greeting : ""; }
farmershands
farm_loading_screen_vm
FarmLoadingScreenVM
greeting property
FarmLoadingScreenVM class
Constructors
FarmLoadingScreenVM
Properties
backgroundImageOpacity
currentFarm
farmName
farms
greeting
hashCode
hasListeners
header
isAnimationStarted
isLongLoading
maxTemperature
minTemperature
runtimeType
user
weather
Methods
addListener
dispose
init
noSuchMethod
notifyListeners
removeListener
showBackgroundImage
startAnimation
toString
Operators
operator ==