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