NepalPdcModel class

This class contains all the available lists of administrative ares of nepal

Constructors

NepalPdcModel({List<Province>? province, List<Zone>? zone, List<District>? district, List<LocalLevel>? localLevel})
NepalPdcModel.fromJson(Map<String, dynamic> json)
factory

Properties

district List<District>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localLevel List<LocalLevel>?
getter/setter pair
province List<Province>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zone List<Zone>?
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