Reflectable.fromList constructor

const Reflectable.fromList(
  1. List<ReflectCapability> capabilities
)

Implementation

const Reflectable.fromList(List<ReflectCapability> capabilities)
    : super.fromList(capabilities);