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