GroupDesc class

Constructors

GroupDesc({required String name, required bool honorsSessionLimits, required bool speedLimitDownEnabled, required num speedLimitDown, required bool speedLimitUpEnabled, required num speedLimitUp})
const
GroupDesc.fromJson(JsonMap rawData)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
honorsSessionLimits bool
true if session upload limits are honored
final
name String
Bandwidth group name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speedLimitDown num
max global download speed (KBps)
final
speedLimitDownEnabled bool
true means enabled
final
speedLimitUp num
max global upload speed (KBps)
final
speedLimitUpEnabled bool
true means enabled
final

Methods

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

Operators

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