options property

Map<String, TestScope> get options

Implementation

static Map<String, TestScope> get options {
  return {
    for (final val in TestScope.values) val.option: val,
  };
}