cachedMessage property

NdefMessage? cachedMessage
final

The message the tag held at discovery.

Cheaper than read when the content is all you need, but it is a snapshot: call read after writing.

Implementation

final NdefMessage? cachedMessage;