CompatibleScreen.fromJson constructor
CompatibleScreen.fromJson(
- Map json_
Implementation
CompatibleScreen.fromJson(core.Map json_)
: this(
density: json_['density'] as core.String?,
screenSize: json_['screenSize'] as core.String?,
);