comment property

String? get comment
inherited

If specified, only events with comments containing the keyword are returned. Apply || separator to use multiple keywords and match using OR condition.

Implementation

bool? get hasComment;/// If specified, only events with comments containing the keyword are returned. Apply || separator to use multiple keywords and match using OR condition.
String? get comment;