caption property

String caption

Implementation

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

Implementation

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