features property
A set of feature codes indicating some of the processor's capabilities. The currently supported codes are "mmx", "sse", "sse2", "sse3", "ssse3", "sse4_1", "sse4_2", and "avx".
Implementation
List<String> get features =>
_wrapped.features.toDart.cast<String>().map((e) => e).toList();