sqlScriptPath property

  1. @TagNumber(2)
String get sqlScriptPath

Implementation

@$pb.TagNumber(2)
$core.String get sqlScriptPath => $_getSZ(1);
  1. @TagNumber(2)
set sqlScriptPath (String value)

Implementation

@$pb.TagNumber(2)
set sqlScriptPath($core.String value) => $_setString(1, value);