ZoneStatistic class

Annotations
  • @JsonSerializable()

Constructors

ZoneStatistic({int? populationYear, double? jobs, double? totalPopulation, double? houseHolds, double? over75Population, double? economicallyActivePopulation, double? workingAgePopulation, double? pensionerPopulation, double? allTownCentres, bool? catchmentOutsideLondonIncluded, double? metropolitanMajorTownCentres, double? metropolitanTownCentres, double? primaryEducation, double? secondaryEducation, double? furtherEducation, double? generalPractice, double? pharmacies, double? accidentEmergency})
ZoneStatistic.fromJson(Map<String, dynamic> json)
factory

Properties

accidentEmergency double?
getter/setter pair
allTownCentres double?
getter/setter pair
catchmentOutsideLondonIncluded bool?
getter/setter pair
economicallyActivePopulation double?
getter/setter pair
furtherEducation double?
getter/setter pair
generalPractice double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
houseHolds double?
getter/setter pair
jobs double?
getter/setter pair
metropolitanMajorTownCentres double?
getter/setter pair
metropolitanTownCentres double?
getter/setter pair
over75Population double?
getter/setter pair
pensionerPopulation double?
getter/setter pair
pharmacies double?
getter/setter pair
populationYear int?
getter/setter pair
primaryEducation double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryEducation double?
getter/setter pair
totalPopulation double?
getter/setter pair
workingAgePopulation double?
getter/setter pair

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

Static Methods

listFromJson(List json) List<ZoneStatistic>
mapFromJson(Map<String, dynamic> json) Map<String, ZoneStatistic>