pod property

String? get pod

The pod used for the enrolment of the user. Pod stands for point of delivery and is used by iProov to indicate which environment is used

Implementation

String? get pod => _map["pod"] as String?;