track property
Track
get
track
Implementation
Track get track {
return Track($$context$$: $$context$$["track"]);
}
set
track
(Track value)
Implementation
set track(Track value) {
$$context$$["track"] = value.$$context$$;
}