toBean static method

ImageModel toBean(
  1. Map json
)

Implementation

static ImageModel toBean(Map json) => ImageModel.fromJson(json);