content property
String
get
content
Implementation
String get content => _content;
set
content
(String value)
Implementation
set content(String value) {
_content = value;
_lineInfo = LineInfo.fromContent(content);
}