ImMessageAudio constructor

const ImMessageAudio({
  1. Key? key,
  2. required dynamic data,
})

Implementation

const ImMessageAudio({Key? key, required this.data}) : super(key: key);