caption property

String? get caption

Property getter and setter for caption:

Implementation

String? get caption;
set caption (String? caption)

Implementation

set caption(String? caption);