SamState constructor

SamState(
  1. SamFactory sf
)

Implementation

SamState(this.sf) {
  ssMap['${SE.ss_virgin}'] = DefState("${SE.ss_virgin}");
}