Covid19CountryAllStatus class
Several country informations.
Example JSON API responce of a List of Covid19CountryAllStatus:
[
...
{
"Country": "Italy",
"CountryCode": "IT",
"Province": "",
"City": "",
"CityCode": "",
"Lat": "0",
"Lon": "0",
"Confirmed": 1066401,
"Deaths": 43589,
"Recovered": 387758,
"Active": 635054,
"Date": "2020-11-12T00:00:00Z"
},
...
]
Constructors
Properties
- active → int
-
final
- city → String
-
final
- cityCode → String
-
final
- confirmed → int
-
final
- country → String
-
final
- countryCode → String
-
final
- date → String
-
final
- deaths → int
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- lat → String
-
final
- lon → String
-
final
- province → String
-
final
- recovered → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited