NDEFRecordFlags constructor

NDEFRecordFlags({
  1. int? data,
})

Constructs NDEFRecordFlags with optional data to decode.

Implementation

NDEFRecordFlags({int? data}) {
  decode(data);
}