IgnorePointer.fromJson constructor Null safety

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

Implementation

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