deletedAt property

  1. @JsonKey.new(toJson: iso8601)
DateTime? get deletedAt
inherited

When the queue was deleted, if applicable

Implementation

bool get enabled;/// When the queue was deleted, if applicable
@JsonKey(toJson: iso8601) DateTime? get deletedAt;