Splits constructor

Splits({
  1. List<Split>? split,
  2. String? symbol,
})

Implementation

Splits({this.split, this.symbol});