COSELabelInt constructor

COSELabelInt(
  1. BigInt value
)

Implementation

COSELabelInt(this.value) : super(type: COSELabelType.int);