RemoteVideoStats.fromJson constructor

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

Implementation

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