ParamValueBinary constructor

const ParamValueBinary(
  1. List<int> value
)

Creates a new ParamValueBinary instance.

Implementation

const ParamValueBinary(this.value);