fromValue static method

LineAlignSetting fromValue(
  1. String value
)

Implementation

static LineAlignSetting fromValue(String value) =>
    values.firstWhere((e) => e.value == value);