payload property
The payload data of the record.
Implementation
@override
Uint8List get payload {
return Uint8List.fromList(utf8.encode(packageName ?? ''));
}
The payload data of the record.
@override
Uint8List get payload {
return Uint8List.fromList(utf8.encode(packageName ?? ''));
}