beans method

List<Bean> beans()

Implementation

List<Bean<dynamic>> beans() {
  return _beans ??= register();
}