Ci360ImageModel class

Available Extensions

Constructors

Ci360ImageModel.horizontal({required String imageFolder, required _ImageNameIndexBuilder imageName, required int imagesLength})
Ci360ImageModel.vertical({required String imageFolder, required _ImageNameIndexBuilder imageName, required int imagesLength})

Properties

axis Axis
Axis For Image Model Axis.horizontal || Axis.vertical
final
hashCode int
The hash code for this object.
no setterinherited
imageFolder String
Your images folder on server. Base Data Folder Url For the main image. i.e 'https://domain.com/image/nike-shoes/
final
imageName → _ImageNameIndexBuilder
The filename pattern for your 360 image in {x|y}-Axis builder. Must include {index} in the image path which the library will replace with a number between 1 and imageLength- in axis {x|y}.
final
imagesLength int
Amount of images to load in {x|y}-axis for 360 view. Must Be Valid Length To Get The Valid FileName Of The Image
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? imageFolder, _ImageNameIndexBuilder? imageName, int? imagesLength, Axis? axis}) Ci360ImageModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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