toIdentityStore method
Implementation
IdentityStore toIdentityStore() {
switch (this) {
case 'QUICKSIGHT':
return IdentityStore.quicksight;
}
throw Exception('$this is not known in enum IdentityStore');
}
IdentityStore toIdentityStore() {
switch (this) {
case 'QUICKSIGHT':
return IdentityStore.quicksight;
}
throw Exception('$this is not known in enum IdentityStore');
}