SubmitFormAction constructor

SubmitFormAction({
  1. required String url,
  2. List<String>? flags,
  3. Action? subAction,
})

Implementation

SubmitFormAction({
  required this.url,
  this.flags,
  super.subAction,
});