Check if a node ID represents an image asset.
static bool isAssetImageNodeId(String nodeId) => _assetImage.matches(nodeId);