actionRecords property

List<NDEFRecord> actionRecords

Implementation

List<NDEFRecord> get actionRecords {
  return new List<NDEFRecord>.from(_actionRecords, growable: false);
}