LiveDetailResult constructor

LiveDetailResult(
  1. LiveDetailData data,
  2. String rand
)

Implementation

LiveDetailResult(this.data, this.rand);