setTopology method

void setTopology(
  1. Topology topology
)

Implementation

void setTopology(Topology topology) {
  _topology = topology;
}