Periods constructor

Periods({
  1. Close? close,
  2. Open? open,
})

Implementation

Periods({this.close, this.open});