ServiceSession constructor

ServiceSession(
  1. ServicePlan plan, {
  2. int maxLines = defaultMaxLines,
})

Implementation

ServiceSession(this.plan, {this.maxLines = defaultMaxLines})
  : assert(maxLines > 0, 'a session with no room for a line shows nothing');