draw method

void draw()

Implementation

void draw() {
  if (!_draw()) {
    throw Exception("Failed to append draw");
  }
}