ResOption<T> constructor

ResOption<T>(
  1. T? _value
)

Creates an optional resource accessor.

Implementation

ResOption(this._value);