IllustDetailResult.fromJson constructor

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

Implementation

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