UProductResponse.fromJson constructor

UProductResponse.fromJson(
  1. String str
)

Implementation

factory UProductResponse.fromJson(String str) => UProductResponse.fromMap(json.decode(str));