UrlConfig class
- Mixed-in types
Constructors
- UrlConfig()
-
UrlConfig.withMap(Map<
String, dynamic> params) - UrlConfig.withParameters(String? secureDistribution, {bool? privateCdn, bool? shorten, bool? secureCdnSubdomain, bool? useRootPath, String? cname, bool? secure = defaultSecure, bool? signUrl, bool? longUrlSignature, bool? forceVersion = defaultForceVersion, bool? analytics = defaultAnalytics})
Properties
- analytics ↔ bool?
-
getter/setter pairinherited
- cname ↔ String?
-
getter/setter pairinherited
- forceVersion ↔ bool?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- longUrlSignature ↔ bool?
-
getter/setter pairinherited
- privateCdn ↔ bool?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secure ↔ bool?
-
getter/setter pairinherited
- secureCdnSubdomain ↔ bool?
-
getter/setter pairinherited
- secureDistribution ↔ String?
-
getter/setter pairinherited
- shorten ↔ bool?
-
getter/setter pairinherited
- signUrl ↔ bool?
-
getter/setter pairinherited
- useRootPath ↔ bool?
-
getter/setter pairinherited
Methods
-
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