addProperty method
Add a property
with a specific name
to this properties.
Implementation
Page addProperty({required String name, required Property property}) {
this.properties.add(name: name, property: property);
return this;
}
Add a property
with a specific name
to this properties.
Page addProperty({required String name, required Property property}) {
this.properties.add(name: name, property: property);
return this;
}