ExtraBuySellSignal constructor

ExtraBuySellSignal({
  1. required int time,
  2. required bool isBuy,
  3. required bool isSell,
})

Implementation

ExtraBuySellSignal(
    {required this.time, required this.isBuy, required this.isSell});