Parses JSON string into Image similarly to parse.
static Image Function(String json) get parseJson => ImageMapper.container.fromJson<Image>;