caption property

String? caption

Property getter and setter for caption:

Implementation

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

Implementation

set caption(String? caption);