MediaProperties.fromJson constructor

MediaProperties.fromJson(
  1. Map json_
)

Implementation

MediaProperties.fromJson(core.Map json_)
  : this(
      alignment: json_['alignment'] as core.String?,
      width: json_['width'] as core.int?,
    );