menu
algomate package
documentation
algomate.dart
AlgoMetadata
name property
name property
dark_mode
light_mode
name
property
String
name
final
Human-readable name of the algorithm (e.g., "binary_search", "merge_sort")
Implementation
final String name;
algomate package
documentation
algomate
AlgoMetadata
name property
AlgoMetadata class