note property

String? note
final

Additional notes about the visitor.

If not null, this value replaces or is appended to the visitor's existing notes depending on noteUpdateMethod. If null, notes remain unchanged.

Implementation

final String? note;