AddressCheckResult constructor

AddressCheckResult(
  1. AddressCheckOptions options, {
  2. required bool isSuccess,
})

AddressCheckResult constructor

Implementation

AddressCheckResult(
  this.options, {
  required this.isSuccess,
});