FollowValueEnumSet.fromRawValue constructor

FollowValueEnumSet.fromRawValue(
  1. int rawValue
)

Implementation

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