AddressCheckResult constructor

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

AddressCheckResult constructor

Implementation

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