url property

String get url

The fully resolved ESM CDN URL, e.g. 'https://esm.sh/zod@^3.23.0'.

Implementation

String get url => '$cdn/$name@$version${subPath != null ? '/$subPath' : ''}';