decodeGroupHomepage function
Implementation
GroupHomepage? decodeGroupHomepage (dynamic value) {
if(value == null) {
return null;
}
if(_$GroupHomepageValueMap.containsKey(value)){
return _$GroupHomepageValueMap[value];
}
return GroupHomepage.ProtectedInvalidEnumValue;
}