SimplePriceChfResponse.fromJson constructor Null safety

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

Implementation

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