NdefMessage constructor

const NdefMessage(
  1. List<NdefRecord> records
)

Constructs an instance with given records.

Implementation

const NdefMessage(this.records);