SimplePriceHkdResponse.fromJson constructor Null safety

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

Implementation

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