fromJson static method

TestingTokenObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static TestingTokenObjectEnum? fromJson(dynamic value) =>
    TestingTokenObjectEnumTypeTransformer().decode(value);