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