direction property

  1. @TagNumber(3)
String direction

Possible values: INGRESS, EGRESS

Implementation

@$pb.TagNumber(3)
$core.String get direction => $_getSZ(2);
  1. @TagNumber(3)
void direction=(String v)

Implementation

@$pb.TagNumber(3)
set direction($core.String v) { $_setString(2, v); }