fileLocation property

  1. @TagNumber.new(13)
String get fileLocation

地理位置

Implementation

@$pb.TagNumber(13)
$core.String get fileLocation => $_getSZ(12);
  1. @TagNumber.new(13)
set fileLocation (String value)

Implementation

@$pb.TagNumber(13)
set fileLocation($core.String value) => $_setString(12, value);