encode method

String encode(
  1. CountryEnum data
)

Implementation

String encode(CountryEnum data) => data.value;