PairIntWithString.fromJson constructor

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

Implementation

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