GetReplayConfigurationResponse.fromJson constructor

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

Implementation

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