TextPayload constructor

const TextPayload({
  1. required String text,
})

Implementation

const TextPayload({required this.text});