PVCResponse.fromJson constructor

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

Implementation

factory PVCResponse.fromJson(Map<String, dynamic> json) =>
    _$PVCResponseFromJson(json);