SendMessageRestEvent constructor

const SendMessageRestEvent({
  1. @required String? json,
})

Implementation

const SendMessageRestEvent({@required this.json}) : super();