UpdateVersionPage constructor
const
UpdateVersionPage({
- @required AppVersionResult? appVersionResult,
- bool? mandatory,
- Key? key,
Implementation
const UpdateVersionPage(
{@required this.appVersionResult, this.mandatory, super.key});