SimplePriceSekResponse.fromJson constructor Null safety

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

Implementation

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