FollowValueEnumSet.fromRawValue constructor
FollowValueEnumSet.fromRawValue(
- int rawValue
Implementation
factory FollowValueEnumSet.fromRawValue(int rawValue) {
return FollowValueEnumSet(rawValue);
}