Creates a new Probe of the specified type. Returns null if a probe cannot be created for this type.
Probe
type
null
@override Probe? create(String type) => null;