RefreshTokenBodyModel class

Constructors

RefreshTokenBodyModel({String? refreshToken, String? phoneOs, String? phoneBrand, String? deviceId, String? phoneModel})
RefreshTokenBodyModel.fromJson(dynamic json)

Properties

deviceId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
phoneBrand String?
no setter
phoneModel String?
no setter
phoneOs String?
no setter
refreshToken String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? refreshToken, String? phoneOs, String? phoneBrand, String? deviceId, String? phoneModel}) RefreshTokenBodyModel
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