CommandRepeatArray class

Constructors

CommandRepeatArray.new({required bool isDay, bool monday = false, bool tuesday = false, bool wednesday = false, bool thursday = false, bool friday = false, bool saturday = false, bool sunday = false})
按周期循环 创建带周信息的对象

Properties

friday bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDay bool
getter/setter pair
isFriday bool
no setter
isMonday bool
no setter
isSaturday bool
no setter
isSunday bool
no setter
isThursday bool
no setter
isTuesday bool
no setter
isWednesday bool
no setter
monday bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturday bool
getter/setter pair
sunday bool
getter/setter pair
thursday bool
getter/setter pair
tuesday bool
getter/setter pair
wednesday bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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