ValueFormat constructor

ValueFormat({
  1. bool? hex,
})

Implementation

ValueFormat({
  this.hex,
});