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