get static method

dynamic get(
  1. String os
)

Implementation

static get(String os) => OS.values.firstWhere((element) => element.name == os);