CdnGroup class

Provides a simple way to work with GroupTransformation

Inheritance

Constructors

CdnGroup(String id, {String cdnUrl = kCDNEndpoint})

Properties

cdnUrl String
final
filesCount int
no setter
hashCode int
The hash code for this object.
no setterinherited
hasTransformations bool
no setterinherited
id String
finalinherited
pathTransformer → PathTransformer<GroupTransformation>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
uri Uri
no setterinherited
url String
no setterinherited

Methods

getImage(int index) CdnImage
Retreive CdnImage from group Throws RangeError if index greater than filesCount
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform(GroupTransformation transformation) → void
inherited
transformAll(List<GroupTransformation> transformations) → void
inherited

Operators

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