programSections property

  1. @OneToMany(table: ProgramSection)
List<ProgramSection>? programSections
getter/setter pair

Implementation

@OneToMany(table: ProgramSection)
List<ProgramSection>? programSections;