ModelLoadingIndicatorMessage constructor
ModelLoadingIndicatorMessage({})
The constructor of the loading indicator message.
Implementation
ModelLoadingIndicatorMessage({
required this.id,
required this.userId,
required this.sequence,
required this.displayDatetime,
});