caption property

String get caption
inherited

Implementation

String get caption => nodeRoot.text ?? '';
set caption (String caption)
inherited

Implementation

set caption(String caption) => nodeRoot.text = caption;