fromJson static method

AuctionOverview fromJson(
  1. Map json
)

Implementation

static AuctionOverview fromJson(Map json) =>
    _$AuctionOverviewFromJson(json as Map<String, dynamic>);