VarintResult constructor

VarintResult([
  1. int value = 0,
  2. int length = 0
])

Implementation

VarintResult([this.value = 0, this.length = 0]);