getRangeAllFontNames property

List<FontName> Function(num, num) get getRangeAllFontNames

Implementation

_i2.List<_i3.FontName> Function(
  _i2.num,
  _i2.num,
) get getRangeAllFontNames => (
      _i2.num p0,
      _i2.num p1,
    ) =>
        ((_i5.callMethod(
          _i5.getProperty(
            this,
            'getRangeAllFontNames',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        )) as _i2.List)
            .cast();
set getRangeAllFontNames (List<FontName> value(num, num))

Implementation

set getRangeAllFontNames(
    _i2.List<_i3.FontName> Function(
      _i2.num,
      _i2.num,
    ) value) {
  _i5.setProperty(
    this,
    'getRangeAllFontNames',
    _i5.allowInterop(value),
  );
}