PollingUnitInfo class

Data class for PVC Verification Polling Unit Info Response

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

PollingUnitInfo(String pollingUnitId, String pollingUnit, String pollingWard, String pollingLga, String pollingDelimitation)
PollingUnitInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pollingDelimitation String
getter/setter pair
pollingLga String
getter/setter pair
pollingUnit String
getter/setter pair
pollingUnitId String
getter/setter pair
pollingWard String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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