setHitType method

void setHitType(
  1. String? type
)

Implementation

void setHitType(final String? type) {
  set("&t", type);
}