ImageUrl class

Annotations
  • @freezed

Constructors

ImageUrl({required String url, @Default(ImageDetail.auto) ImageDetail detail})
const
factory
ImageUrl.base64({required List<int> image, String mimeType = "image/jpeg", ImageDetail detail = ImageDetail.auto})
factory
ImageUrl.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $ImageUrlCopyWith<ImageUrl>
no setterinherited
detail ImageDetail
Specifies the detail level of the image.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
Either a URL of the image or the base64 encoded image data.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited