ByteArray.fromByte constructor
ByteArray.fromByte(
- int value
Implementation
ByteArray.fromByte(int value) {
_bytes = _toArray(value);
}
ByteArray.fromByte(int value) {
_bytes = _toArray(value);
}