CompatibleScreen.fromJson constructor

CompatibleScreen.fromJson(
  1. Map json_
)

Implementation

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