about property

String? get about

about

Implementation

String? get about => _about;
set about (String? value)

Implementation

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