getByValue static method
Implementation
static PersonalDataCollectionConsent getByValue(int value) {
return PersonalDataCollectionConsent.values.firstWhere((x) => x.rawValue == value);
}
static PersonalDataCollectionConsent getByValue(int value) {
return PersonalDataCollectionConsent.values.firstWhere((x) => x.rawValue == value);
}