detail 属性

dynamic detail

实现

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