menu
artifact package
documentation
reflect.dart
ArtifactMethodMirror
namedParameterTypes property
namedParameterTypes property
dark_mode
light_mode
namedParameterTypes
property
Map
<
String
,
Type
>
get
namedParameterTypes
Implementation
Map<String, Type> get namedParameterTypes => Map<String, Type>.from(method.mappedParameterTypes);
artifact package
documentation
reflect
ArtifactMethodMirror
namedParameterTypes property
ArtifactMethodMirror class