SellerProtection.fromJson constructor

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

Implementation

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