addUnused method

void addUnused()

Implementation

void addUnused() {
  final index = byIndex.length;
  _addField(FieldInfo.dummy(index));
}