kind method

Track kind(
  1. String k
)

Implementation

Track kind(String k) {
  attr('kind', StringAttribute(k));
  return this;
}