events property

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

Implementation

@OneToMany(table: Event)
List<Event>? events;