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