CarouselMedia class

Constructors

CarouselMedia({required String mediaUrl, required String mediaName, required CarouselMediaType mediaType, required CarouselImageSource carouselImageSource})

Properties

carouselImageSource CarouselImageSource
Image Source of the media file. Default value is CarouselImageSource.network.
no setter
hashCode int
The hash code for this object.
no setterinherited
mediaName String?
Name of the media file.
no setter
mediaType CarouselMediaType
File extension of the media file. Default value is CarouselMediaType.image.
no setter
mediaUrl String?
Network file URL or local file path.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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