SimplePriceNzdResponse.fromJson constructor Null safety

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

Implementation

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