fromJson static method

FeedServiceStatus? fromJson(
  1. dynamic value
)

Implementation

static FeedServiceStatus? fromJson(dynamic value) =>
    FeedServiceStatusTypeTransformer().decode(value);