Illust.fromJson constructor

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

Implementation

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