MessageResponse constructor

MessageResponse({
  1. required String id,
})

Implementation

MessageResponse({
  required this.id,
});