P constructor

P({
  1. Object? key,
})

Implementation

P({super.key}) : super('p');