ArimaOrder constructor

ArimaOrder({
  1. String? d,
  2. String? p,
  3. String? q,
})

Implementation

ArimaOrder({
  this.d,
  this.p,
  this.q,
});