walletPropertiesToJson function

String walletPropertiesToJson(
  1. WalletProperties data
)

Implementation

String walletPropertiesToJson(WalletProperties data) =>
    json.encode(data.toJson());