menu
substrate_metadata package
documentation
metadata/metadata.dart
ViewFunctionParamMetadata
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => {'name': name, 'type': type};
substrate_metadata package
documentation
metadata/metadata
ViewFunctionParamMetadata
toJson method
ViewFunctionParamMetadata class