fromTracksWithTypes static method

ProduceInput fromTracksWithTypes(
  1. List<TrackWithType> tracks
)

Create from tracks with explicit types

Implementation

static ProduceInput fromTracksWithTypes(List<TrackWithType> tracks) {
  return _TypedTracksInput(tracks);
}