ViewStatus constructor

const ViewStatus(
  1. ViewStatusKind kind, {
  2. String? message,
  3. DateTime? updatedAt,
})

Implementation

const ViewStatus(this.kind, {this.message, this.updatedAt});