Diagnosis class

Constructors

Diagnosis({required String commonName, required String diagnosisLikelihood, required List<String> hosts, required String pathogenClass, required List<String> preventiveMeasures, required String scientificName, required String symptoms, required List<String> symptomsShort, required String treatmentChemical, required String treatmentOrganic, required String trigger, required int deepleafId})

Properties

commonName String
final
deepleafId int
final
diagnosisLikelihood String
final
hashCode int
The hash code for this object.
no setterinherited
hosts List<String>
final
pathogenClass String
final
preventiveMeasures List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scientificName String
final
symptoms String
final
symptomsShort List<String>
final
treatmentChemical String
final
treatmentOrganic String
final
trigger String
final

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