AbstractClassPart constructor
AbstractClassPart([
- OutputType? type,
- List<
StmtModifier> modifiers = const [], - List<
Expression> annotations = const []
Implementation
AbstractClassPart(
[this.type, this.modifiers = const [], this.annotations = const []]);