ViewStatus constructor
const
ViewStatus(
- ViewStatusKind kind, {
- String? message,
- DateTime? updatedAt,
Implementation
const ViewStatus(this.kind, {this.message, this.updatedAt});