DatesProperties class

Constructors

DatesProperties({DatesDecoration? datesDecoration, bool? disable, bool? hide})

Properties

datesDecoration DatesDecoration?
  • datesDecoration, changes the dates decoration.
  • final
    disable bool?
  • disable, disable dates.
  • final
    hashCode int
    The hash code for this object.
    no setteroverride
    hide bool?
  • hide, hide dates.
  • final
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited

    Methods

    copyWith({DatesDecoration? datesDecoration, bool? disable, bool? hide}) DatesProperties
    Creates copy of DatesProperties object with the given values replaced with new values.
    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toString() String
    A string representation of this object.
    override

    Operators

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