HlsVideoStreamInfo.fromJson constructor

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

Implementation

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