info property

String get info

Implementation

String get info => _wrapped.info;
set info (String v)

Implementation

set info(String v) {
  _wrapped.info = v;
}