method FluentBundle.prototype.hasMessageimport { FluentBundle } from "https://deno.land/x/fluent@0.0.1/bundle/mod.ts"; hasMessage(id: string): booleanCheck if a message is present in the bundle. Parametersid: string The identifier of the message to check. Returnsboolean