menu
substrate_metadata package
documentation
metadata/metadata.dart
RuntimeMetadata
typeById method
typeById method
dark_mode
light_mode
typeById
method
PortableType
typeById
(
int
id
)
Implementation
PortableType typeById(int id) { return types.firstWhere((type) => type.id == id); }
substrate_metadata package
documentation
metadata/metadata
RuntimeMetadata
typeById method
RuntimeMetadata class