Property constructor
Property({
- String? id,
Main property constructor.
Can receive the property id
.
Implementation
Property({this.id});
Main property constructor.
Can receive the property id
.
Property({this.id});