RadioEntry constructor

RadioEntry({
  1. required String text,
  2. String? tag,
})

Implementation

RadioEntry({required this.text, this.tag});