NIPResponse.fromJson constructor

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

Implementation

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