interfaces property
List<InterfaceTypeDefinition?>
get
interfaces
Implementation
List<InterfaceTypeDefinition?> get interfaces => interfaceNames
.map((i) => getType(i.name) as InterfaceTypeDefinition?)
.toList();