PlayerViewConfig.fromJson constructor

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

Implementation

factory PlayerViewConfig.fromJson(Map<String, dynamic> json) {
  return _$PlayerViewConfigFromJson(json);
}