assistArguments property

List<String>? get assistArguments
inherited

The arguments that should be used when composing the message for an assist, or null if the assist message has no parameters or if this producer doesn't support assists.

Implementation

List<String>? get assistArguments => null;