VersionInfoModel constructor

VersionInfoModel({
  1. String version = "",
  2. String buildDate = "",
  3. String copyRight = "",
})

Implementation

VersionInfoModel({this.version: "", this.buildDate: "", this.copyRight: ""});