$Metro class
Used by:
- dfareporting:v4 : Metro
- dfareporting:v5 : Metro
Constructors
- $Metro.new({String? countryCode, String? countryDartId, String? dartId, String? dmaId, String? kind, String? metroCode, String? name})
- $Metro.fromJson(Map json_)
Properties
- countryCode ↔ String?
-
Country code of the country to which this metro region belongs.
getter/setter pair
- countryDartId ↔ String?
-
DART ID of the country to which this metro region belongs.
getter/setter pair
- dartId ↔ String?
-
DART ID of this metro region.
getter/setter pair
- dmaId ↔ String?
-
DMA ID of this metro region.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
- metroCode ↔ String?
-
Metro code of this metro region.
getter/setter pair
- name ↔ String?
-
Name of this metro region.
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