MyListedItemForm constructor Null safety

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

Implementation

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