PropertyModel constructor

PropertyModel(
  1. String id,
  2. String label,
  3. String groupId
)

Implementation

PropertyModel(this.id, this.label, this.groupId);