Split constructor

Split({
  1. String? date,
  2. String? symbol,
  3. int? fromFactor,
  4. int? toFactor,
})

Implementation

Split({this.date, this.symbol, this.fromFactor, this.toFactor});