reservedNames property

List<String>? reservedNames
final

Names that shouldn't be used by properties in the generated child class. May be null if the mixin doesn't reserve any new names.

Implementation

final List<String>? reservedNames;