allTypes property

  1. @override
List<CompanionType> get allTypes
override

Returns all the companion types

Implementation

@override
List<CompanionType> get allTypes => _companionTypes.toList()
  ..sortBy((companionType) => companionType.getCompanionType());