AddressCheckResult constructor
AddressCheckResult(
- AddressCheckOptions options,
- bool isSuccess
Implementation
AddressCheckResult(this.options, this.isSuccess);
AddressCheckResult(this.options, this.isSuccess);