fromValue static method
Implementation
static StyleFormat fromValue(int value) =>
StyleFormat.values.firstWhere((e) => e.value == value, orElse: () => StyleFormat.values.first);
static StyleFormat fromValue(int value) =>
StyleFormat.values.firstWhere((e) => e.value == value, orElse: () => StyleFormat.values.first);