Ref<T> constructor

Ref<T>(
  1. T get,
  2. void set(
    1. T
    )
)

Implementation

Ref(this.get, this.set);