PresentationComponent constructor Null safety

PresentationComponent(
  1. {dynamic super}
)

Implementation

PresentationComponent(
    {super.key,
    required super.app,
    required super.presentationId,
    this.parameters});