function property

  1. @TagNumber.new(3)
String get function

The function to be called.

Implementation

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

Implementation

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