EffectivePosition constructor

const EffectivePosition({
  1. bool? isLong,
  2. String? quantity,
  3. String? entryPrice,
  4. String? effectiveMargin,
})

Implementation

const EffectivePosition({
  this.isLong,
  this.quantity,
  this.entryPrice,
  this.effectiveMargin,
});