OriginTrialToken class

Constructors

OriginTrialToken({required String origin, required bool matchSubDomains, required String trialName, required TimeSinceEpoch expiryTime, required bool isThirdParty, required OriginTrialUsageRestriction usageRestriction})
OriginTrialToken.fromJson(Map<String, dynamic> json)
factory

Properties

expiryTime TimeSinceEpoch
final
hashCode int
The hash code for this object.
no setterinherited
isThirdParty bool
final
matchSubDomains bool
final
origin String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trialName String
final
usageRestriction OriginTrialUsageRestriction
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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