fromJson static method

ActorTokenObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static ActorTokenObjectEnum? fromJson(dynamic value) =>
    ActorTokenObjectEnumTypeTransformer().decode(value);