ValueSetter constructor

ValueSetter(
  1. ByteSetter data,
  2. int endian
)

Implementation

ValueSetter(this.data, this.endian);