DurationRange class

This data type is used in the AssessmentTemplateFilter data type.

Constructors

DurationRange({int? maxSeconds, int? minSeconds})

Properties

hashCode int
The hash code for this object.
no setterinherited
maxSeconds int?
The maximum value of the duration range. Must be less than or equal to 604800 seconds (1 week).
final
minSeconds int?
The minimum value of the duration range. Must be greater than zero.
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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