Ref<A> constructor

Ref<A>({
  1. required String? tag,
})

Implementation

Ref({
  required this.tag,
});