ServerLimits class

Annotations
  • @freezed

Constructors

ServerLimits({required int memory, required int swap, required int disk, required int io, required int cpu, String? threads})
const
factory
ServerLimits.fromJson(JsonMap json)
factory

Properties

copyWith → $ServerLimitsCopyWith<ServerLimits>
no setterinherited
cpu int
no setterinherited
disk int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
io int
no setterinherited
memory int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
swap int
no setterinherited
threads String?
no setterinherited

Methods

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

Operators

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