v1PathFormatToJson function
Implementation
dynamic v1PathFormatToJson(v1PathFormat value) {
switch (value) {
case v1PathFormat.path_format_bip32: return "PATH_FORMAT_BIP32";
}
}
dynamic v1PathFormatToJson(v1PathFormat value) {
switch (value) {
case v1PathFormat.path_format_bip32: return "PATH_FORMAT_BIP32";
}
}