AvailableGenre.fromJson constructor

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

Implementation

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