Property constructor

Property({
  1. String? id,
})

Main property constructor.

Can receive the property id.

Implementation

Property({this.id});