DetailedMomentumList constructor

DetailedMomentumList({
  1. int? count,
  2. List<DetailedMomentum>? list,
})

Implementation

DetailedMomentumList({this.count, this.list});