params property

  1. @TagNumber.new(2)
PbList<Any> get params

Parameters for the SQL statement (passed as strings for simplicity).

Implementation

@$pb.TagNumber(2)
$pb.PbList<$1.Any> get params => $_getList(1);