NDEFRawRecord constructor

NDEFRawRecord(
  1. String identifier,
  2. String payload,
  3. String type,
  4. TypeNameFormat typeNameFormat,
)

Implementation

NDEFRawRecord(this.identifier, this.payload, this.type, this.typeNameFormat);