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