GroupSetRequestArgsDefine mixin
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- honorSessionLimits → bool?
-
true if session upload limits are honored
no setter
- name → String
-
Bandwidth group name
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speedLimitDown → num?
-
max global download speed (KBps)
no setter
- speedLimitDownEnabled → bool?
-
true to enable group's global download speed limit
no setter
- speedLimitUp → num?
-
max global upload speed (KBps)
no setter
- speedLimitUpEnabled → bool?
-
true to enable group's global upload speed limit
no setter
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