ExpiryModel class

Expiry model for link expiration settings.

Constructors

ExpiryModel({required ExpiryType type, required int value})
Expiry condition for the link
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ExpiryType
Expiry type: click-based or time-based.
final
value int
Expiry threshold value. Meaning depends on type:
final

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.
override