hexToBytesOrNull property
Implementation
Uint8List? get hexToBytesOrNull {
try {
return hexToBytes;
} catch (e) {
return null;
}
}
Uint8List? get hexToBytesOrNull {
try {
return hexToBytes;
} catch (e) {
return null;
}
}