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