AppVersion constructor

const AppVersion({
  1. Key? key,
})

Implementation

const AppVersion({Key? key}) : super(key: key);