WriteStaticMemberExpr constructor
WriteStaticMemberExpr(
- String name,
- Expression value, {
- OutputType? type,
- bool checkIfNull = false,
Implementation
WriteStaticMemberExpr(this.name, this.value,
{OutputType? type, this.checkIfNull = false})
: super(type ?? value.type);