fromJson static method

TokenObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static TokenObjectEnum? fromJson(dynamic value) =>
    TokenObjectEnumTypeTransformer().decode(value);