OperationState constructor

OperationState(
  1. String type,
  2. String template, {
  3. String result = 'null',
  4. Map<String, String> values = const {},
})

Implementation

OperationState(
  super.type,
  this.template, {
  super.result,
  this.values = const {},
});