UpdateInfo constructor

UpdateInfo(
  1. String version,
  2. String url
)

Implementation

UpdateInfo(this.version, this.url);