getContractId method Null safety

String? getContractId()

Extracts the contract is from the response if the transaction created a contract

Implementation

String? getContractId() {
  return _getBinHex();
}