fromJson static method

MeGet200ResponseAuthMethodEnum? fromJson(
  1. dynamic value
)

Implementation

static MeGet200ResponseAuthMethodEnum? fromJson(dynamic value) => MeGet200ResponseAuthMethodEnumTypeTransformer().decode(value);