factory CreateImageResponse.fromJson(Map<String, dynamic> json) { return CreateImageResponse( imageArn: json['ImageArn'] as String?, ); }