DynamicParam class

Annotations
  • @JsonSerializable()

Constructors

DynamicParam(int resource_unit, int budget_per_time_unit, dynamic pool_eq, dynamic max_pool_size, DecayParams decay_params, int min_decay)
const
DynamicParam.fromJson(Map<String, dynamic> json)
factory

Properties

budget_per_time_unit int
final
decay_params DecayParams
final
hashCode int
The hash code for this object.
no setterinherited
max_pool_size → dynamic
final
min_decay int
final
pool_eq → dynamic
final
resource_unit int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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