Image constructor
Image({})
Implementation
Image({
required this.creationTime,
required this.imageArn,
required this.imageName,
required this.imageStatus,
required this.lastModifiedTime,
this.description,
this.displayName,
this.failureReason,
});