byPeriod method

DataValueSetQuery byPeriod(
  1. String period
)

Implementation

DataValueSetQuery byPeriod(String period) {
  this.period = period;
  return this.where(attribute: 'period', value: period);
}