ReadStaticMemberExpr constructor

ReadStaticMemberExpr(
  1. String name, {
  2. OutputType? type,
  3. OutputType? sourceClass,
})

Implementation

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