detail property

dynamic detail

Implementation

get detail {
  if (_dartDetail != null) {
    return _dartDetail;
  }
  return _detail;
}