SimplePriceTwdResponse.fromJson constructor Null safety

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

Implementation

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