AbstractClassPart constructor

AbstractClassPart([
  1. OutputType? type,
  2. List<StmtModifier> modifiers = const [],
  3. List<Expression> annotations = const []
])

Implementation

AbstractClassPart([
  this.type,
  this.modifiers = const [],
  this.annotations = const [],
]);