PlanInterval class

Describes an interval for a plan

Constructors

PlanInterval({required PlanIntervalOptions unit, int? value})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unit PlanIntervalOptions
Defines the frequency, see PlanIntervalOptions for more information
final
value int?
Optional, it is the number of executions overall for this given plan
getter/setter pair

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