windows property

T get windows

Implementation

T get windows {
  return windowsResolver?.call() ?? native;
}