getState method

SessionState getState()

Returns a deep copy of the current session state.

Implementation

SessionState getState() =>
    SessionState.fromJson(_deepClone(_json) as Map<String, dynamic>);