NatureStatAffectSets constructor

const NatureStatAffectSets(
  1. List<NamedAPIResource> increase,
  2. List<NamedAPIResource> decrease
)

Implementation

const factory NatureStatAffectSets(
  /// A list of natures and how they change the referenced stat.
  ///
  /// See also:
  ///
  /// [Nature]
  List<NamedAPIResource> increase,

  /// A list of nature sand how they change the referenced stat.
  ///
  /// See also:
  ///
  /// [Nature]
  List<NamedAPIResource> decrease,
) = _NatureStatAffectSets;