fromJson static method

UserObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static UserObjectEnum? fromJson(dynamic value) =>
    UserObjectEnumTypeTransformer().decode(value);