GetMyInfoResponse constructor

GetMyInfoResponse({
  1. WalletConfiguration? wallet,
})

Implementation

factory GetMyInfoResponse({
  $2.WalletConfiguration? wallet,
}) {
  final $result = create();
  if (wallet != null) {
    $result.wallet = wallet;
  }
  return $result;
}