UpdateVersionPage constructor

const UpdateVersionPage({
  1. @required AppVersionResult? appVersionResult,
  2. bool mandatory = false,
  3. Key? key,
})

Implementation

const UpdateVersionPage({
  @required this.appVersionResult,
  this.mandatory = false,
  super.key,
});