defaultTrack method

Track defaultTrack([
  1. bool d = true
])

Implementation

Track defaultTrack([bool d = true]) {
  if (d) attr('default', BooleanAttribute(true));
  return this;
}