H264.fromJson constructor

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

Implementation

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