sourceLine property

  1. @TagNumber.new(3)
int get sourceLine

LINE at the throw site.

Implementation

@$pb.TagNumber(3)
$core.int get sourceLine => $_getIZ(2);
  1. @TagNumber.new(3)
set sourceLine (int value)

Implementation

@$pb.TagNumber(3)
set sourceLine($core.int value) => $_setSignedInt32(2, value);