isWellKnown method

bool isWellKnown(
  1. String messageName
)

Implementation

bool isWellKnown(String messageName) =>
    _wellKnownMessageMap.containsKey(messageName);