fromJson static method

OAuthApplicationWithSecretObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static OAuthApplicationWithSecretObjectEnum? fromJson(dynamic value) =>
    OAuthApplicationWithSecretObjectEnumTypeTransformer().decode(value);