Auction.fromJson constructor

Auction.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Auction.fromJson(Map<String, dynamic> json) =>
    _$AuctionFromJson(json);