SellerPartyMinDetails.fromJson constructor

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

Implementation

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