PertsnResponse.fromJson constructor

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

Implementation

factory PertsnResponse.fromJson(Map<String, dynamic> json) {
  return PertsnResponse();
}