RefreshSessionOutput.fromJson constructor

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

Implementation

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