$$<T> function

Hash<T> $$<T>([
  1. Map<Link, T>? value
])

Implementation

Hash<T> $$<T>([Map<Link, T>? value]) => Hash<T>.construct(value);