isStreamType static method

bool isStreamType(
  1. int type
)

Implementation

static bool isStreamType(int type) {
  return types.contains(type);
}