IssuingNetworkTokenDevice constructor

const IssuingNetworkTokenDevice({
  1. String? deviceFingerprint,
  2. String? ipAddress,
  3. String? location,
  4. String? name,
  5. String? phoneNumber,
  6. IssuingNetworkTokenDeviceType? type,
})

IssuingNetworkTokenDevice

Implementation

const IssuingNetworkTokenDevice({
  this.deviceFingerprint,
  this.ipAddress,
  this.location,
  this.name,
  this.phoneNumber,
  this.type,
});