Dart Documentationinjectable_applicationInjectableController

InjectableController abstract class

abstract class InjectableController {
 Module get module => null;
 Map<String, Type> get actions;
}

Properties

final Map<String, Type> actions #

Map<String, Type> get actions;

final Module module #

Module get module => null;