menu
flutter_nekoton_bridge package
documentation
nekoton/core/models/address.dart
Address
toRaw method
toRaw method
dark_mode
light_mode
toRaw
method
String
toRaw
(
)
Implementation
String toRaw() => isRaw ? address : ntRepackAddress(address: address);
flutter_nekoton_bridge package
documentation
nekoton/core/models/address
Address
toRaw method
Address class