InterestGroupAuctionId.fromJson constructor

InterestGroupAuctionId.fromJson(
  1. String value
)

Implementation

factory InterestGroupAuctionId.fromJson(String value) =>
    InterestGroupAuctionId(value);