NetworkRequest.fromJson constructor Null safety

NetworkRequest.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory NetworkRequest.fromJson(Map<String, Object?> json) =>
    _$NetworkRequestFromJson(json);