subject property

String? subject

获取会议主题

Implementation

String? get subject;
void subject=(String? subject)

设置会议主题

Implementation

set subject(String? subject);