SessionState.fromStructure constructor

SessionState.fromStructure(
  1. SessionStructure sessionStructure
)

Implementation

SessionState.fromStructure(SessionStructure sessionStructure) {
  _sessionStructure = sessionStructure;
}