all property

List<Extension> get all

All extensions currently known to the system.

Implementation

_i2.List<_i3.Extension<_i2.dynamic>> get all => (_i4.getProperty(
      this,
      'all',
    ) as _i2.List)
        .cast();