VarsCap constructor

VarsCap(
  1. String text,
  2. Map<String, String> vars
)

Implementation

VarsCap(this.text, this.vars);