SimplePriceGbpResponse.fromJson constructor Null safety

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

Implementation

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