QueuesGrant class

Constructors

QueuesGrant({List<String>? send, List<String>? receive, bool list = true})
QueuesGrant.fromJson(Map<String, dynamic> j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
list bool
final
receive List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
send List<String>?
final

Methods

canReceive(String queue) bool
canSend(String queue) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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