toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (finalizeEnrollmentTime != null)
        'finalizeEnrollmentTime': finalizeEnrollmentTime!,
      if (hashingAlgorithm != null) 'hashingAlgorithm': hashingAlgorithm!,
      if (periodSec != null) 'periodSec': periodSec!,
      if (sessionInfo != null) 'sessionInfo': sessionInfo!,
      if (sharedSecretKey != null) 'sharedSecretKey': sharedSecretKey!,
      if (verificationCodeLength != null)
        'verificationCodeLength': verificationCodeLength!,
    };