ref property
Implementation
static final ref = Lens<GitPackageDependencySpec, Optional<String>>(
(refContainer) => refContainer.ref,
(refContainer, ref) => refContainer.copyWith(ref: ref),
);
static final ref = Lens<GitPackageDependencySpec, Optional<String>>(
(refContainer) => refContainer.ref,
(refContainer, ref) => refContainer.copyWith(ref: ref),
);