COSELabelInt.fromInt constructor

COSELabelInt.fromInt(
  1. int value
)

Implementation

factory COSELabelInt.fromInt(int value) {
  return COSELabelInt(BigInt.from(value));
}