RefreshTokenBodyModel.fromJson constructor
RefreshTokenBodyModel.fromJson(
- dynamic json
Implementation
RefreshTokenBodyModel.fromJson(dynamic json) {
_refreshToken = json['refresh_token'];
_phoneOs = json['phone_os'];
_phoneBrand = json['phone_brand'];
_deviceId = json['device_id'];
_phoneModel = json['phone_model'];
}