PidDataModel.fromJson constructor

PidDataModel.fromJson(
  1. String str
)

Implementation

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