VerificationDetails constructor

VerificationDetails(
  1. dynamic objectType,
  2. dynamic mode,
  3. double? latitude,
  4. double? longitude,
  5. String? timeZone
)

Implementation

VerificationDetails(
  objectType,
  mode,
  this.latitude,
  this.longitude,
  this.timeZone,
) : super(objectType, mode);