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