recordList32 property

Function recordList32
getter/setter pair

Implementation

static Function recordList32 = (count, recordDescription) {
  return (scope) {
    return scope.parseRecordList32(count, recordDescription);
  };
};