PropertyDefinition constructor

PropertyDefinition({
  1. required String name,
  2. String syntax,
  3. required bool inherits,
  4. String initialValue,
})

Implementation

external factory PropertyDefinition({
  required String name,
  String syntax,
  required bool inherits,
  String initialValue,
});