PairIntWithString.fromJson constructor Null safety

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

Implementation

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