NIPRequest.fromJson constructor

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

Implementation

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