UrlConfig class Null safety

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?
read / write, inherited
cname String?
read / write, inherited
forceVersion bool?
read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
longUrlSignature bool?
read / write, inherited
privateCdn bool?
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
secure bool?
read / write, inherited
secureCdnSubdomain bool?
read / write, inherited
secureDistribution String?
read / write, inherited
shorten bool?
read / write, inherited
signUrl bool?
read / write, inherited
useRootPath bool?
read / write, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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