StringCustomVariableValue constructor

const StringCustomVariableValue(
  1. String value
)

Creates a string custom variable value.

Implementation

const StringCustomVariableValue(this.value) : super._();