QueuesGrant class
Constructors
-
QueuesGrant({List<
String> ? send, List<String> ? receive, bool list = true}) -
QueuesGrant.fromJson(Map<
String, dynamic> j) -
factory
Properties
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