OptionItem constructor

OptionItem({
  1. String? id,
  2. required String title,
})

Implementation

OptionItem({this.id, required this.title});