Lags constructor

Lags(
  1. {List<Lag>? lags}
)

Implementation

Lags({
  this.lags,
});