InfospectLogger constructor
InfospectLogger({
- int? maximumSize = 1000,
Creates an instance of the InfospectLogger
class.
Parameters:
maximumSize
: The maximum number of logs to store (default is 1000).
Implementation
InfospectLogger({int? maximumSize = 1000}) : _maximumSize = maximumSize;