assetLottiePathFromNodeId static method
Extract the path from an asset Lottie node ID. Returns null if the node ID is not an asset Lottie node.
Implementation
static String? assetLottiePathFromNodeId(String nodeId) =>
_assetLottie.extractKey(nodeId);