soilDryness property

  1. @JsonKey(name: 'soil_dryness')
int soilDryness
inherited

The speed at which this Berry dries out the soil as it grows. A higher rate means the soil dries more quickly.

Implementation

@JsonKey(name: 'soil_dryness')
int get soilDryness => throw _privateConstructorUsedError;