Tests if this filter matches the given context.
Returns true if the filter matches and middleware should be executed, false otherwise.
@override bool matches(CTX ctx) => ctx.msg?.webAppData != null;