VarbindType.fromInt constructor

const VarbindType.fromInt(
  1. int value
)

Returns a VarbindType corresponding to the provided integer value from a decoded Varbind

Implementation

const VarbindType.fromInt(this.value);