Property constructor

Property({
  1. required String uuid,
  2. int? position,
})

Implementation

Property({required this.uuid, this.position});