isAssetLottieNodeId static method

bool isAssetLottieNodeId(
  1. String nodeId
)

Check if a node ID represents a Lottie animation asset.

Implementation

static bool isAssetLottieNodeId(String nodeId) =>
    _assetLottie.matches(nodeId);