DateChooseBaseBean class

Constructors

DateChooseBaseBean.new({DatePickerType? datePickerType, String? minDate, String? maxDate, String? recommendChooseDate, String? realChooseDate, bool? allowChangeDefaultDate})

Properties

allowChangeDefaultDate bool?
getter/setter pair
datePickerType DatePickerType?
getter/setter pair
hasDate bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isMMdd bool
no setter
isyyyyMMdd bool
no setter
maxDate String?
getter/setter pair
minDate String?
getter/setter pair
realChooseDate String?
getter/setter pair
recommendChooseDate String?
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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