VideoPlayer.fromJson constructor

VideoPlayer.fromJson(
  1. Map json_
)

Implementation

VideoPlayer.fromJson(core.Map json_)
  : this(
      embedHeight: json_['embedHeight'] as core.String?,
      embedHtml: json_['embedHtml'] as core.String?,
      embedWidth: json_['embedWidth'] as core.String?,
    );