MySectionForm constructor Null safety

MySectionForm(
  1. {required AppModel app,
  2. FormAction? formAction,
  3. ActionModel? submitAction}
)

Implementation

MySectionForm({required this.app, this.formAction, this.submitAction});