CdnFile class

Provides a simple way to work with Transformation

Inheritance

Constructors

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

Properties

cdnUrl String
final
hashCode int
The hash code for this object.
no setterinherited
hasTransformations bool
no setterinherited
id String
finalinherited
pathTransformer → PathTransformer<Transformation>
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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform(Transformation transformation) → void
inherited
transformAll(List<Transformation> transformations) → void
inherited

Operators

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