activeTypes property
Returns all the active companion types
Implementation
@override
List<CompanionType> get activeTypes => _activeCompanionTypes.toList()
..sortBy((companionType) => companionType.getCompanionType());
Returns all the active companion types
@override
List<CompanionType> get activeTypes => _activeCompanionTypes.toList()
..sortBy((companionType) => companionType.getCompanionType());