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