GetIdentityPoolRolesResponse constructor

GetIdentityPoolRolesResponse({
  1. String? identityPoolId,
  2. Map<String, RoleMapping>? roleMappings,
  3. Map<String, String>? roles,
})

Implementation

GetIdentityPoolRolesResponse({
  this.identityPoolId,
  this.roleMappings,
  this.roles,
});