MyLinkForm constructor Null safety

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

Implementation

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