maxLengthQueue property Null safety
final, inherited
Maximum length of the buffer.
Specify this value to avoid running out of memory when adding too many events to the buffer.
If it's null
, maximum length of the buffer is unlimited.
Implementation
final int? maxLengthQueue;