fromJson static method

CountryEnum? fromJson(
  1. dynamic value
)

Implementation

static CountryEnum? fromJson(dynamic value) => CountryEnumTypeTransformer().decode(value);