sessionLength property
int
get
sessionLength
Gets the number of items in the session.
Implementation
int get sessionLength => _session.length;
Gets the number of items in the session.
int get sessionLength => _session.length;