availableEnvironments property

List<ApptiveGridEnvironment> availableEnvironments

Returns a list of ApptiveGridEnvironment that have configuratinos in _configurations

Implementation

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