records property

Implementation

Iterable<NDEFRecordInit> get records => js_util.getProperty(this, 'records');
void records=(Iterable<NDEFRecordInit> newValue)

Implementation

set records(Iterable<NDEFRecordInit> newValue) {
  js_util.setProperty(this, 'records', newValue);
}