APIConfigEvents class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

APIConfigEvents({required int distanceClose, required int distanceFactor, required int distanceFar, required int groupDistance, required int maximumBunchSize, required int notVisibleFactor, required int playerOrderBucketSize, required int playerOrderFactor, required int slowUpdateFactorThreshold, required int viewSegmentLength})
Returns a new APIConfigEvents instance.
APIConfigEvents.fromJson(Map<String, dynamic> json)
factory

Properties

distanceClose int
Unknown
final
distanceFactor int
Unknown
final
distanceFar int
Unknown
final
groupDistance int
Unknown
final
hashCode int
The hash code for this object.
no setteroverride
maximumBunchSize int
Unknown
final
notVisibleFactor int
Unknown
final
playerOrderBucketSize int
Unknown
final
playerOrderFactor int
Unknown
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slowUpdateFactorThreshold int
Unknown
final
viewSegmentLength int
Unknown
final

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.
override

Operators

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