fromJson static method

RefreshSessionRequestFormatEnum? fromJson(
  1. dynamic value
)

Implementation

static RefreshSessionRequestFormatEnum? fromJson(dynamic value) =>
    RefreshSessionRequestFormatEnumTypeTransformer().decode(value);