encode static method

dynamic encode(
  1. FontStyle data
)

Implementation

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