FormOption constructor

FormOption({
  1. required String label,
  2. required String value,
})

Creates a new instance of FormOption.

Implementation

FormOption({required this.label, required this.value});