Value constructor

Value({
  1. required num value,
  2. required String text,
})

Implementation

Value({required this.value, required this.text});