VCardGeo class

Specifies a latitude and longitude.

Constructors

VCardGeo({required double latitude, required double longitude, VCardVersion? version})
Default constructor
VCardGeo.fromPlainText(String plainText)
Constructor from the plain text.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
latitude double
Specifies a latitude
final
longitude double
Specifies a longitude
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version VCardVersion?
Specifies if the vCard is version 4.0
final

Methods

copyWith({double? latitude, double? longitude, VCardVersion? version}) VCardGeo
Creates a copy of this VCardGeo but with the given fields replaced with the new values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPlainText() String
A plain text representation of the VCardGeo.
toString() String
A string representation of this object.
override

Operators

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