resolvedOptions property

ResolvedDisplayNamesOptions Function() get resolvedOptions

Implementation

_i3.ResolvedDisplayNamesOptions Function() get resolvedOptions =>
    () => _i5.callMethod(
          _i5.getProperty(
            this,
            'resolvedOptions',
          ),
          r'call',
          [this],
        );
set resolvedOptions (ResolvedDisplayNamesOptions value())

Implementation

set resolvedOptions(_i3.ResolvedDisplayNamesOptions Function() value) {
  _i5.setProperty(
    this,
    'resolvedOptions',
    _i5.allowInterop(value),
  );
}