PropertyTable constructor

PropertyTable(
  1. PropertyRoster<PermanentlyProperty> permanentlyPropertyRoster,
  2. PropertyRoster<TemporaryProperty> temporaryPropertyRoster,
  3. PropertyRoster<ListProperty> listPropertyRoster,
  4. PropertyRoster<FragmentProperty> fragmentPropertyRoster,
)

Implementation

PropertyTable(this.permanentlyPropertyRoster, this.temporaryPropertyRoster, this.listPropertyRoster, this.fragmentPropertyRoster) {
    _validatePropertyTableExceptionA();
}