create abstract method

Probe? create(
  1. String type
)

Creates a new Probe of the specified type. Returns null if a probe cannot be created for this type.

Implementation

Probe? create(String type);