UpdateVersionPage constructor

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

Implementation

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