sections property

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

Implementation

@OneToMany(table: DataSetSection)
List<DataSetSection>? sections;