InterfacePropertyDef constructor

InterfacePropertyDef({
  1. required String name,
})

Implementation

InterfacePropertyDef({required this.name});