filter property

(bool Function(String name, DynamicMap? parameters)?) filter
final

Filter for when the send method is sent.

If true is returned, it will appear in the log.

sendメソッドが送信された場合のフィルター。

trueを返すとログに表示されます。

Implementation

final bool Function(String name, DynamicMap? parameters)? filter;