VariableFormatValue constructor

VariableFormatValue({
  1. String? caseConversionType,
  2. Parameter? convertFalseToValue,
  3. Parameter? convertNullToValue,
  4. Parameter? convertTrueToValue,
  5. Parameter? convertUndefinedToValue,
})

Implementation

VariableFormatValue({
  this.caseConversionType,
  this.convertFalseToValue,
  this.convertNullToValue,
  this.convertTrueToValue,
  this.convertUndefinedToValue,
});