MyLinkForm constructor Null safety
- {required AppModel app,
- FormAction? formAction,
- ActionModel? submitAction}
Implementation
MyLinkForm({required this.app, this.formAction, this.submitAction});
MyLinkForm({required this.app, this.formAction, this.submitAction});