Api class Null safety

Inheritance

Constructors

Api({String? apiKey, String? apiSecret, dynamic refreshDate, String? token})
Api.fromJson(Map<String, dynamic> json)

Properties

apiKey String?
read / write
apiSecret String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
refreshDate ↔ dynamic
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
token String?
read / write

Methods

fromJson(Map<String, dynamic> json) Api
override
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