fromJson static method

ProviderEnum? fromJson(
  1. dynamic value
)

Implementation

static ProviderEnum? fromJson(dynamic value) => ProviderEnumTypeTransformer().decode(value);