interfaces property

  1. @override
  2. @protected
List<SumInterface> get interfaces

The "internal" versions of the SumInterfaces for this computation.

Implementation

@override
@protected
List<SumInterface> get interfaces => _interfaces;
set interfaces (List<SumInterface> _interfaces)
inherited

The "internal" versions of the SumInterfaces for this computation.

Implementation

@protected
late final List<SumInterface> interfaces;