DurationID class abstract Activation

Predefined duration identifier constants (ISO 8601 period format).

These constants represent common license duration values used when requesting or describing product durations.

Constructors

DurationID()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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

Operators

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

Constants

fiveYears → const String
Five years duration.
fourYears → const String
Four years duration.
lifetime → const String
Lifetime duration.
oneMonth → const String
One month duration.
oneYear → const String
One year duration.
sixMonths → const String
Six months duration.
threeYears → const String
Three years duration.
twoYears → const String
Two years duration.