SimplePriceMxnResponse.fromJson constructor Null safety

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

Implementation

factory SimplePriceMxnResponse.fromJson(Map<String, dynamic> json) =>
    SimplePriceMxnResponse(
      uniris: Uniris.fromJson(json['uniris']),
    );