Value constructor

Value(
  1. num value, {
  2. String? op,
})

Implementation

Value(this.value, {this.op});