RefreshResponse.fromJson constructor

RefreshResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RefreshResponse.fromJson(Map<String, dynamic> json) => _$RefreshResponseFromJson(json);