reasons property
The reason(s) the extension is creating the offscreen document.
Implementation
List<Reason> get reasons => _wrapped.reasons.toDart
.cast<$js.Reason>()
.map((e) => Reason.fromJS(e))
.toList();
The reason(s) the extension is creating the offscreen document.
List<Reason> get reasons => _wrapped.reasons.toDart
.cast<$js.Reason>()
.map((e) => Reason.fromJS(e))
.toList();