toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final labelFilterAction = this.labelFilterAction;
final labelFilterBehavior = this.labelFilterBehavior;
final labelIds = this.labelIds;
final topicName = this.topicName;
return {
'labelFilterAction': ?labelFilterAction,
'labelFilterBehavior': ?labelFilterBehavior,
'labelIds': ?labelIds,
'topicName': ?topicName,
};
}