PropertyTableStruct constructor
const
PropertyTableStruct(
- PropertyStructList<
PermanentlyPropertyStruct> permanentlyPropertyRoster, - PropertyStructList<
TemporaryPropertyStruct> temporaryPropertyRoster, - PropertyStructList<
ListPropertyStruct> listPropertyRoster, - PropertyStructList<
FragmentPropertyStruct> fragmentPropertyRoster,
Implementation
const PropertyTableStruct(this.permanentlyPropertyRoster, this.temporaryPropertyRoster, this.listPropertyRoster, this.fragmentPropertyRoster);