Geo class

Annotations
  • @freezed

Constructors

Geo({String? placeId, GeoCoordinates? coordinates})
const
factory
Geo.fromJson(Map<String, Object?> json)
factory

Properties

coordinates GeoCoordinates?
Contains details about the coordinates of the location tagged by the user in this Tweet, if they specified one.
no setterinherited
copyWith → $GeoCopyWith<Geo>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
placeId String?
The unique identifier of the place, if this is a point of interest tagged in the Tweet.
no setterinherited
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>
inherited
toString() String
A string representation of this object.
inherited

Operators

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