Data constructor

Data({
  1. Object? key,
})

Implementation

Data({super.key}) : super('data');