NetworkModel constructor

NetworkModel({
  1. String? abbreviation,
  2. String? client_ip,
  3. String? datetime,
  4. int? day_of_week,
  5. int? day_of_year,
  6. bool? dst,
  7. int? raw_offset,
  8. String? timezone,
  9. int? unixtime,
  10. String? utc_datetime,
  11. String? utc_offset,
  12. int? week_number,
})

Implementation

NetworkModel({this.abbreviation,
    this.client_ip,
    this.datetime,
    this.day_of_week,
    this.day_of_year,
    this.dst,
    this.raw_offset,
    this.timezone,
    this.unixtime,
    this.utc_datetime,
    this.utc_offset,
    this.week_number});