MessageGroupStatus constructor
Creates a MessageGroupStatus instance.
Implementation
const MessageGroupStatus({
required this.isFirst,
required this.isLast,
required this.isMiddle,
});
Creates a MessageGroupStatus instance.
const MessageGroupStatus({
required this.isFirst,
required this.isLast,
required this.isMiddle,
});