fromJson static method

FeedServiceEnum? fromJson(
  1. dynamic value
)

Implementation

static FeedServiceEnum? fromJson(dynamic value) =>
    FeedServiceEnumTypeTransformer().decode(value);