StubbleMachine constructor

StubbleMachine(
  1. String? tpl
)

Implementation

StubbleMachine(String? tpl) {
  _template = tpl;
}