DepthPoint.fromList constructor

DepthPoint.fromList(
  1. List values
)

Implementation

DepthPoint.fromList(List values)
    : this.price = num.parse(values.first),
      this.qty = num.parse(values[1]);