RemoteVideoStats.fromJson constructor

最近更新时间:2022-09-20 05:17:40

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

Implementation

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