Sys class Null safety

Inheritance

Constructors

Sys({int type = 0, int id = 0, required String country, int sunrise = 0, int sunset = 0})
Sys.fromJson(Map<String, dynamic> json)
factory

Properties

country String
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sunrise int
read / write
sunset int
read / write
type int
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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