Options constructor

Options({
  1. required String option,
})

Implementation

Options({
  required this.option,
});