ClassGetter constructor
ClassGetter(
- String name,
- List<
Statement> body, [ - OutputType? type,
- List<
StmtModifier> ? modifiers, - List<
Expression> ? annotations,
Implementation
ClassGetter(
this.name,
this.body, [
OutputType? type,
List<StmtModifier>? modifiers,
List<Expression>? annotations,
]) : super(type, modifiers ?? [], annotations ?? []);