Output constructor

Output({
  1. Object? key,
})

Implementation

Output({super.key}) : super('output');