allRecords property

List<NDEFRecord> allRecords

Implementation

List<NDEFRecord> get allRecords {
  return uriRecords +
      titleRecords +
      actionRecords +
      iconRecords +
      sizeRecords +
      typeRecords;
}