Aircraft constructor

const Aircraft({
  1. required String code,
})

Implementation

const Aircraft({required this.code});