VersionEntity constructor

VersionEntity({
  1. String? pangolinVersion,
  2. String? tencentVersion,
})

Implementation

VersionEntity({
    this.pangolinVersion,
    this.tencentVersion});