EnrollmentRequest.withImageUrl constructor

EnrollmentRequest.withImageUrl(
  1. String externalId,
  2. String trustedImageUrl, {
  3. String? groupId,
})

Implementation

EnrollmentRequest.withImageUrl(
  String externalId,
  String trustedImageUrl, {
  String? groupId,
})  : _externalId = externalId,
      _trustedImageUrl = trustedImageUrl,
      _groupId = groupId;