AppVersionList constructor

AppVersionList({
  1. List<String>? versionCodes,
})

Implementation

AppVersionList({
  this.versionCodes,
});