currentFileName property

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

Implementation

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

Implementation

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