from property

  1. @TagNumber.new(1)
String get from

Endpoints are formatted "<operator_name>.<port_name>". Source port names are operator-specific output channels; sink port names are operator-specific input channels. Typing is enforced by the pipeline validator.

Implementation

@$pb.TagNumber(1)
$core.String get from => $_getSZ(0);
  1. @TagNumber.new(1)
set from (String value)

Implementation

@$pb.TagNumber(1)
set from($core.String value) => $_setString(0, value);