fromJson static method

SessionRefreshObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static SessionRefreshObjectEnum? fromJson(dynamic value) =>
    SessionRefreshObjectEnumTypeTransformer().decode(value);