MessageViewUpdatResponse constructor

MessageViewUpdatResponse({
  1. required String detail,
})

Returns a new MessageViewUpdatResponse instance.

Implementation

MessageViewUpdatResponse({
  required this.detail,
});