txtRecord property

List<Uint8List> get txtRecord

Returns the TXT record of the current service.

Implementation

List<Uint8List> get txtRecord => attributes.entries.map((attribute) => utf8.encode('${attribute.key}=${attribute.value}')).toList();