Presentation.fromJson constructor

Presentation.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Presentation.fromJson(Map<String, dynamic> json) =>
    _$PresentationFromJson(json);