about
String? get about => _about;
set about(String? value) { _about = value; content['about'] = value; }