address property

String get address

Implementation

String get address {
  return DartApi.native.bip44PublicKey.addressGet(_ffi).intoString();
}