menu
walletkit_dart
walletkit_dart.dart
DynamicFunctionParamType
<
T
>
DynamicFunctionParamType const constructor
DynamicFunctionParamType
dark_mode
light_mode
DynamicFunctionParamType<
T
>
constructor
const
DynamicFunctionParamType<
T
>
(
String
name
)
Implementation
const DynamicFunctionParamType(String name) : super(name, T);
walletkit_dart
walletkit_dart
DynamicFunctionParamType
<
T
>
DynamicFunctionParamType const constructor
DynamicFunctionParamType class