DeployInfoPage constructor

const DeployInfoPage({
  1. Key? key,
  2. required String agent,
})

Implementation

const DeployInfoPage({Key? key, required this.agent}) : super(key: key);