menu
archethic_lib_dart package
documentation
archethic_lib_dart.dart
AddressJsonConverter
fromJson method
fromJson method
dark_mode
light_mode
fromJson
method
@
override
Address
fromJson
(
String
json
)
Implementation
@override Address fromJson(String json) => Address(address: json);
archethic_lib_dart package
documentation
archethic_lib_dart
AddressJsonConverter
fromJson method
AddressJsonConverter class