FSVisitor constructor

FSVisitor(
  1. String visitorId
)

Implementation

FSVisitor(this.visitorId) {
  print("Init visitor ");
}