length property

int length

Returns the number of records stored in the log.

Implementation

int get length => _data.length;