SideInputInfo constructor

SideInputInfo({
  1. Map<String, Object?>? kind,
  2. List<Source>? sources,
  3. String? tag,
})

Implementation

SideInputInfo({
  this.kind,
  this.sources,
  this.tag,
});