ClassPropertyDef constructor
ClassPropertyDef({
- required String name,
- dynamic accessibility,
Implementation
ClassPropertyDef({required this.name, this.accessibility});