JetApp constructor

const JetApp({
  1. Key? key,
  2. required Jet jet,
})

Implementation

const JetApp({super.key, required this.jet});