PairData constructor

PairData({
  1. List<String>? pairIds,
})

Implementation

PairData({this.pairIds});