GetIdentityVerificationSessionsResponse constructor
const
GetIdentityVerificationSessionsResponse({
- required List<
IdentityVerificationSession> data, - required bool hasMore,
- required String url,
GelatoVerificationSessionList
Implementation
const GetIdentityVerificationSessionsResponse({
required this.data,
required this.hasMore,
required this.url,
});