MessageViewUpdatResponse constructor
MessageViewUpdatResponse({
- required String detail,
Returns a new MessageViewUpdatResponse instance.
Implementation
MessageViewUpdatResponse({
required this.detail,
});