Location class

Represents a location with geo, osm, and value attributes.

The Location class corresponds to the location element in the podcast namespace.

Constructors

Location({String? geo, String? osm, String? value})
Constructor for creating a Location object.
Location.parse(XmlElement element)
Factory method to parse an XmlElement and create a Location object from it.
factory

Properties

geo String?
The geo attribute value of the location.
final
hashCode int
The hash code for this object.
no setterinherited
osm String?
The osm attribute value of the location.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
The value of the location.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited