encode static method

dynamic encode(
  1. TextAlignment data
)

Implementation

static dynamic encode(TextAlignment data) {
  return data.value;
}