txt property

Map<String, Uint8List?>? txt
final

Represents DNS TXT records.

Keys MUST be printable US-ASCII values excluding '=', MUST be minimum 1 and SHOULD be maximum 9 characters long.

Values are opaque binary data (macOS, iOS) but some OS require the data to be convertible to UTF-8 (Android). Null is a valid value. Empty lists will be interpreted as null (macOS, iOS, Android).

Implementation

final Map<String, Uint8List?>? txt;