encode static method

dynamic encode(
  1. PatchFormat data
)

Implementation

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