allStaticMethods method
Returns a List with all static methods MethodReflection.
Implementation
List<MethodReflection<O, dynamic>> allStaticMethods() =>
_allStaticMethods ??= List<MethodReflection<O, dynamic>>.unmodifiable(
staticMethodsNames.map((e) => staticMethod(e)!));