classInterfaces property

List<Type> get classInterfaces

Implementation

List<Type> get classInterfaces => List<Type>.from(clazz.classInterfaces);