ElementProperty constructor

ElementProperty({
  1. required String name,
  2. String? description,
})

Implementation

ElementProperty({required this.name, this.description});