StartVariable constructor
StartVariable({
- String? key,
- dynamic value,
Implementation
StartVariable({
this.key,
this.value,
});
StartVariable({
this.key,
this.value,
});