firstRun property
The path to a setup script that is run before a newly downloaded module starts.
Implementation
@$pb.TagNumber(4)
$core.String get firstRun => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set firstRun($core.String v) { $_setString(3, v); }