Vaccine class
- Annotations
-
- @JsonSerializable()
Constructors
- Vaccine(Target target, Prophylaxis prophylaxis, String identifier, Country country, Product product, Manufacturer manufacturer, int doses, int totalDoses, DateTime date, String issuer)
-
const
-
Vaccine.fromJson(Map<
String, dynamic> json) -
factory
Properties
- country → Country
-
final
- date → DateTime
-
final
- doses → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String
-
final
- issuer → String
-
final
- manufacturer → Manufacturer
-
final
- product → Product
-
final
- prophylaxis → Prophylaxis
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → Target
-
final
- totalDoses → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited