Property constructor

Property({
  1. String? name,
  2. String? type,
  3. dynamic value,
})

Implementation

Property({this.name, this.type, this.value});