SimplePriceMyrResponse.fromJson constructor Null safety

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

Implementation

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