fromJson static method

ImageDetail fromJson(
  1. String raw
)

Implementation

static ImageDetail fromJson(String raw) => ImageDetail(raw);