Value constructor

Value({
  1. required ValueData data,
})

Returns a new Value instance.

Implementation

Value({
  required this.data,
});