H6 constructor

const H6({
  1. Key? key,
  2. required String data,
})

Implementation

const H6({super.key, required this.data});