function property
Required. The name of the function or method being called.
Implementation
@$pb.TagNumber(2)
$core.String get function => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set function($core.String value) => $_setString(1, value);
Required. The name of the function or method being called.
@$pb.TagNumber(2)
$core.String get function => $_getSZ(1);
@$pb.TagNumber(2)
set function($core.String value) => $_setString(1, value);