recordList property

Function recordList
getter/setter pair

Implementation

static Function recordList = (count, recordDescription) {
  return (scope) {
    return scope.parseRecordList(count, recordDescription);
  };
};