WeaponDamageRange class

Annotations
  • @JsonSerializable()

Constructors

WeaponDamageRange(double rangeStartMeters, double rangeEndMeters, double headDamage, double bodyDamage, double legDamage)
const
WeaponDamageRange.fromJson(Map<String, dynamic> json)
factory

Properties

bodyDamage double
final
hashCode int
The hash code for this object.
no setterinherited
headDamage double
final
legDamage double
final
rangeEndMeters double
final
rangeStartMeters double
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
toString() String
A string representation of this object.
inherited

Operators

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