GroupDateRule class abstract

Inheritance

Constructors

GroupDateRule([String? id, String? name])
GroupDateRule.ofType(GroupType type, List<DateRule> children, [String? id, String? name])
factory
GroupDateRule.parse(Map<String, dynamic> data)
factory

Properties

children List<DateRule>
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
name String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type GroupType
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate(DateTime time) bool
inherited

Operators

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