AddressCheckResult constructor

AddressCheckResult(
  1. AddressCheckOptions options,
  2. bool isSuccess
)

Implementation

AddressCheckResult(
  this.options,
  this.isSuccess,
);