DiseaseObservationCreateScreenVM class Null safety ViewModels

질병관찰 스크린 VM

Inheritance

Constructors

DiseaseObservationCreateScreenVM()

Properties

appearance → dynamic
read-only
appearanceRadios List<RadioListGroup>
read / write
bcs → dynamic
read-only
bcsRadios List<RadioListGroup>
read / write
buttonTitle → dynamic
read-only
context BuildContext
read / write
currentGroup CowGroup?
read / write
dehydration → dynamic
read-only
dehydrationRadios List<RadioListGroup>
read / write
diseaseObservation DiseaseObservation
read / write
ear → dynamic
read-only
earRadios List<RadioListGroup>
read / write
eye → dynamic
read-only
eyeRadios List<RadioListGroup>
read / write
feces → dynamic
read-only
fecesRadios List<RadioListGroup>
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
hasListeners bool
Whether any listeners are currently registered. [...]
@protected, read-only, inherited
inputMode InputModeType
read / write
memo → dynamic
read-only
memoController TextEditingController
read / write
respiAndCough → dynamic
read-only
respiAndCoughRadios List<RadioListGroup>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sensorPosition → dynamic
read-only
sensorPositionRadios List<RadioListGroup>
read / write
snot → dynamic
read-only
snotRadios List<RadioListGroup>
read / write
temperatureController TextEditingController
read / write

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes. [...]
inherited
changeRadioSelect(List<RadioListGroup> list, int index) → dynamic
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener and removeListener will throw after the object is disposed). [...]
@mustCallSuper, inherited
init(BuildContext context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
notifyListeners() → void
Call all the registered listeners. [...]
onSubmitCreateDiseaseObservation({required InputModeType inputMode, Function? callback}) → dynamic
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes. [...]
inherited
setAppearance(int value) → dynamic
setBCS(int value) → dynamic
setCow(Cow cow) → dynamic
setCreateMode(DiseaseObservation? _) → dynamic
setCurrentGroup(CowGroup? cowGroup) → dynamic
setDehydration(int value) → dynamic
setEar(int value) → dynamic
setEye(int value) → dynamic
setFeces(int value) → dynamic
setInputMode({required InputModeType inputMode, required DiseaseObservation? diseaseObservation}) → dynamic
setMemo(String value) → dynamic
setRespAndCough(int value) → dynamic
setSensorPosition(int value) → dynamic
setSnot(int value) → dynamic
setUpdateMode(DiseaseObservation _) → dynamic
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited