menu
ton package
documentation
tonconnect/models/chain.dart
Chain
getChainByValue static method
getChainByValue static method
dark_mode
light_mode
getChainByValue
static method
Chain
getChainByValue
(
int
code
)
Implementation
static Chain getChainByValue(int code) { return Chain.values.firstWhere((e) => e.value == code); }
ton package
documentation
tonconnect/models/chain
Chain
getChainByValue static method
Chain enum