bookClub property

IBookClub? bookClub

Property getter and setter for bookClub:

Implementation

IBookClub? get bookClub;
void bookClub=(IBookClub? bookClub)

Implementation

set bookClub(IBookClub? bookClub);