$StudioCreativeDimension.fromJson constructor
$StudioCreativeDimension.fromJson(
- Map json_
Implementation
$StudioCreativeDimension.fromJson(core.Map json_)
: this(
height: json_['height'] as core.int?,
width: json_['width'] as core.int?,
);