lastSession method

PracticeSession lastSession()

Implementation

PracticeSession lastSession() {
  return _sessions.last;
}