rtnNonStrict property

ReactiveN<T> get rtnNonStrict

Creates a non-strict ReactiveN wrapper for this value.

Implementation

ReactiveN<T> get rtnNonStrict {
  return ReactiveN(this, false);
}