fromJson static method

SessionObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static SessionObjectEnum? fromJson(dynamic value) =>
    SessionObjectEnumTypeTransformer().decode(value);