AwsApiGatewayEventRequestContextIdentity constructor
const
AwsApiGatewayEventRequestContextIdentity({String cognitoIdentityPoolId String cognitoAuthenticationProvider String cognitoAuthenticationType String caller String accountId String cognitoIdentityId String apiKey String sourceIp String user String userAgent String userArn })
Implementation
const AwsApiGatewayEventRequestContextIdentity(
{this.cognitoIdentityPoolId,
this.cognitoAuthenticationProvider,
this.cognitoAuthenticationType,
this.caller,
this.accountId,
this.cognitoIdentityId,
this.apiKey,
this.sourceIp,
this.user,
this.userAgent,
this.userArn});