Platform.fromJson constructor
Platform.fromJson(
- Map json_
Implementation
Platform.fromJson(core.Map json_)
: this(
name: json_['name'] as core.String?,
platformType: json_['platformType'] as core.String?,
);