menu
substrate_metadata package
documentation
models/models.dart
FunctionArgumentMetadataV9
FunctionArgumentMetadataV9 const constructor
FunctionArgumentMetadataV9 const constructor
dark_mode
light_mode
FunctionArgumentMetadataV9
constructor
const
FunctionArgumentMetadataV9
(
{
required
String
name
,
required
String
type
,
})
Implementation
const FunctionArgumentMetadataV9({required this.name, required this.type});
substrate_metadata package
documentation
models/models
FunctionArgumentMetadataV9
FunctionArgumentMetadataV9 const constructor
FunctionArgumentMetadataV9 class