InterestGroupAuctionEventType.fromJson constructor

InterestGroupAuctionEventType.fromJson(
  1. String value
)

Implementation

factory InterestGroupAuctionEventType.fromJson(String value) =>
    InterestGroupAuctionEventType.values.firstWhere((e) => e.value == value);