currentFileName property

  1. @TagNumber.new(19)
String get currentFileName

Implementation

@$pb.TagNumber(19)
$core.String get currentFileName => $_getSZ(18);
  1. @TagNumber.new(19)
set currentFileName (String value)

Implementation

@$pb.TagNumber(19)
set currentFileName($core.String value) => $_setString(18, value);