ODefVariable constructor
ODefVariable({
- required DVar target,
- required DExpression? content,
- DType? type,
- bool changeable = true,
Implementation
ODefVariable(
{required this.target,
required this.content,
this.type,
this.changeable = true});