Form constructor

Form({
  1. Map<String, dynamic>? answers,
})

Implementation

Form({this.answers});