TimezoneModel class

Constructors

TimezoneModel({String? value, String? abbr, double? offset, bool? isdst, String? text, List<String>? utc})
TimezoneModel.fromJson(Map<String, dynamic> json)
factory

Properties

abbr String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isdst bool?
getter/setter pair
offset double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
getter/setter pair
utc List<String>?
getter/setter pair
value String?
getter/setter pair

Methods

copyWith({String? value, String? abbr, double? offset, bool? isdst, String? text, List<String>? utc}) TimezoneModel
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