captureRate property

  1. @JsonKey(name: 'capture_rate')
int captureRate
inherited

The base capture rate; up to 255. The higher the number, the easier the catch.

Implementation

@JsonKey(name: 'capture_rate')
int get captureRate => throw _privateConstructorUsedError;