iconRecords property

List<NDEFRecord> iconRecords

Implementation

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