DBFormFree constructor

DBFormFree({
  1. required Map<String, DBFieldFree> fields,
})

Implementation

DBFormFree({required this.fields});