StartVariable constructor

StartVariable({
  1. String? key,
  2. dynamic value,
})

Implementation

StartVariable({
    this.key,
    this.value,
});