DeviceResponse class

@author Trevor Smith

Annotations
  • @JsonSerializable()

Constructors

DeviceResponse({String device_code, num expires_in, num interval, String user_code, String verification_uri, String verification_uri_complete})
DeviceResponse.fromJson(Map<String, dynamic> json)
factory

Properties

device_code String
getter/setter pair
expires_in num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interval num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user_code String
getter/setter pair
verification_uri String
getter/setter pair
verification_uri_complete String
getter/setter pair

Methods

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