ReadStaticMemberExpr constructor
ReadStaticMemberExpr(
- String name, {
- OutputType? type,
- OutputType? sourceClass,
Implementation
ReadStaticMemberExpr(this.name, {OutputType? type, this.sourceClass})
: super(type);