LocationTime class

Constructors

LocationTime({required String abbreviation, required String datetimeText, required String timezone, required String utcDatetimeText, required DateTime dateTime, required DateTime utcDatetime, required bool dst, String? clientIp, int? dayOfWeek, int? dayOfYear, int? dstOffset, int? rawOffset, int? unixtime, String? utcOffset, int? weekNumber})
LocationTime.fromJson(Map<String, dynamic> map, TimeLocation timeLocation)
factory

Properties

abbreviation String
final
clientIp String?
final
dateTime DateTime
final
datetimeText String
final
dayOfWeek int?
final
dayOfYear int?
final
dst bool
final
dstOffset int?
final
hashCode int
The hash code for this object.
no setterinherited
rawOffset int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezone String
final
unixtime int?
final
utcDatetime DateTime
final
utcDatetimeText String
final
utcOffset String?
final
weekNumber int?
final

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