filePath property
Local file. The on-device analogue of a cloud Files-API file_id.
Implementation
@$pb.TagNumber(1)
$core.String get filePath => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set filePath($core.String value) => $_setString(0, value);