innerWrite property

List<Waypath> get innerWrite

Implementation

List<Waypath> get innerWrite {
  _boundingBox = null;
  return _inner;
}