KeychainDeriveAddressResult constructor

const KeychainDeriveAddressResult({
  1. required String address,
})

Implementation

const factory KeychainDeriveAddressResult({
  required String address,
}) = _KeychainDeriveAddressResult;