Queue class

Represents a queue with its properties and status.

Constructors

Queue({required bool isDefault, required List<MediaType> media, required String name, required QueueStatus status})

Properties

hashCode int
The hash code for this object.
no setterinherited
isDefault bool
Indicates if the queue is the default queue.
final
media List<MediaType>
List of media types supported by the queue.
final
name String
Name of the queue.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status QueueStatus
Current status of the queue.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited