ValorantMap.fromJson constructor

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

Implementation

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