Vaccine class Null safety

Annotations

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.
read-onlyinherited
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.
read-onlyinherited
target Target
final
totalDoses int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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