FullscreenMode.fromJson constructor
Implementation
factory FullscreenMode.fromJson(Map<String, dynamic> json) => FullscreenMode(
interaction: Interaction.fromJson(json),
widgetUuid: json["widget_uuid"],
timeElapsed: json["time_elapsed"],
);