DirectChat constructor

const DirectChat({
  1. Key? key,
  2. required SdkModel model,
})

Implementation

const DirectChat({super.key, required this.model});