LEAddress.fromBytes constructor
LEAddress.fromBytes(
- Uint8List? bytes
Implementation
LEAddress.fromBytes(Uint8List? bytes) {
if (bytes != null) {
this.bytes = bytes;
}
}
LEAddress.fromBytes(Uint8List? bytes) {
if (bytes != null) {
this.bytes = bytes;
}
}