availableEnvironments property

  1. @override
List<ApptiveGridEnvironment> availableEnvironments
override

Returns a list of ApptiveGridEnvironment that have configuratinos in _configurations

Implementation

@override
List<ApptiveGridEnvironment> get availableEnvironments =>
    _configurations.keys.toList(growable: false);