maxHarvest property

  1. @JsonKey(name: 'max_harvest')
int maxHarvest
inherited

The maximum number of these berries that can grow on one tree in Generation IV.

Implementation

@JsonKey(name: 'max_harvest')
int get maxHarvest => throw _privateConstructorUsedError;