fromJson static method

TokenTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static TokenTypeEnum? fromJson(dynamic value) => TokenTypeEnumTypeTransformer().decode(value);