NetworkModel class

Constructors

NetworkModel({String? abbreviation, String? client_ip, String? datetime, int? day_of_week, int? day_of_year, bool? dst, int? raw_offset, String? timezone, int? unixtime, String? utc_datetime, String? utc_offset, int? week_number})
NetworkModel.fromJson(Map<String, dynamic> json)
factory

Properties

abbreviation String?
getter/setter pair
client_ip String?
getter/setter pair
datetime String?
getter/setter pair
day_of_week int?
getter/setter pair
day_of_year int?
getter/setter pair
dst bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
raw_offset int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezone String?
getter/setter pair
unixtime int?
getter/setter pair
utc_datetime String?
getter/setter pair
utc_offset String?
getter/setter pair
week_number int?
getter/setter pair

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