VariableData constructor

VariableData({
  1. Map<String, Object?>? variables,
})

Implementation

VariableData({
  this.variables,
});