ClassPropertyDef constructor

ClassPropertyDef({
  1. required String name,
  2. dynamic accessibility,
})

Implementation

ClassPropertyDef({required this.name, this.accessibility});