PropertyTableStruct constructor

const PropertyTableStruct(
  1. PropertyStructList<PermanentlyPropertyStruct> permanentlyPropertyRoster,
  2. PropertyStructList<TemporaryPropertyStruct> temporaryPropertyRoster,
  3. PropertyStructList<ListPropertyStruct> listPropertyRoster,
  4. PropertyStructList<FragmentPropertyStruct> fragmentPropertyRoster,
)

Implementation

const PropertyTableStruct(this.permanentlyPropertyRoster, this.temporaryPropertyRoster, this.listPropertyRoster, this.fragmentPropertyRoster);