UProductJson.fromJson constructor

UProductJson.fromJson(
  1. String str
)

Implementation

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