Form constructor

const Form({
  1. required List<Field<dynamic, BaseError>> fields,
})

Implementation

const Form({required this.fields});