fromString method
Implementation
AccountManagementActionsSupported? fromString(String val) => firstWhere(
(supported) => val == supported.name,
orElse: () => AccountManagementActionsSupported.orgMatrixProfile,
);
AccountManagementActionsSupported? fromString(String val) => firstWhere(
(supported) => val == supported.name,
orElse: () => AccountManagementActionsSupported.orgMatrixProfile,
);