HereView constructor

HereView({
  1. String? type,
  2. int? viewId,
  3. List<HereViewResult>? result,
})

Implementation

HereView({this.type, this.viewId, this.result});